File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = crudini
2
- version = 0.9
2
+ version = 0.9.3
3
3
4
4
all :
5
5
help2man -n " manipulate ini files" -o crudini.1 -N ./crudini-help
Original file line number Diff line number Diff line change 1
1
crudini NEWS -*- outline -*-
2
2
3
- * Noteworthy changes in release ?.? (????-??-?? )
3
+ * Noteworthy changes in release 0.9.3 (2019-08-30 )
4
4
5
5
** Bug fixes
6
6
7
7
Reading ini files with windows line endings is again supported.
8
8
Regression added in v0.9.
9
9
10
+ ** Improvements
11
+
12
+ python 3 support.
13
+
10
14
11
15
* Noteworthy changes in release 0.9 (2016-12-13)
12
16
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ Options:
509
509
if o in ('--help' ,):
510
510
self .usage (0 )
511
511
elif o in ('--version' ,):
512
- print ('crudini 0.9' )
512
+ print ('crudini 0.9.3 ' )
513
513
sys .exit (0 )
514
514
elif o in ('--verbose' ,):
515
515
self .verbose = True
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(fname):
10
10
11
11
setup (
12
12
name = "crudini" ,
13
- version = "0.9" ,
13
+ version = "0.9.3 " ,
14
14
author = "Pádraig Brady" ,
15
15
16
16
description = ("A utility for manipulating ini files" ),
You can’t perform that action at this time.
0 commit comments