File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ Thanks to all the people that have contributed patches, bug reports and suggesti
43
43
* Alejandro Dubrovsky
44
44
* Aron Xu
45
45
46
- Version 1.6 (Not yet released)
47
- ------------------------------
46
+ Version 1.6
47
+ -----------
48
48
49
49
1. Moved the repository from mercurial to git
50
50
51
51
2. Changed the documentation from epydoc to sphinx doc
52
52
53
53
3. Setup the documentation as gh-page and add script to update the documentation
54
- Just call "make gh-pages" on the root folder to update the documentation
55
- on the github server. (You need write access to the repository to do so) .
54
+ Just call "make gh-pages" on the root folder to create a commit with the
55
+ new documentation, which you may then push to the github repository .
56
56
The url for the documentation is now http://gccxml.github.io/pygccxml/
57
57
58
58
4. Add Travis unit tests for Python 2.6, 2.7, 3.2, 3.3 and 3.4
@@ -77,7 +77,13 @@ Version 1.6 (Not yet released)
77
77
78
78
9. All the code is now pep8 compliant and is tested for this in an unit test
79
79
80
- 10. unused imports and variables were removed using the pyflakes tool
80
+ 10. Most of unused imports and variables were removed using the pyflakes tool
81
+
82
+ 11. Use new style python decorators (@property) everywhere
83
+
84
+ 12. Add new unit test for the example.py file
85
+
86
+ 13. Update the licence headers to reflect the change in maintainers
81
87
82
88
Version 1.5.2
83
89
-------------
You can’t perform that action at this time.
0 commit comments