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
4343* Alejandro Dubrovsky
4444* Aron Xu
4545
46- Version 1.6 (Not yet released)
47- ------------------------------
46+ Version 1.6
47+ -----------
4848
49491. Moved the repository from mercurial to git
5050
51512. Changed the documentation from epydoc to sphinx doc
5252
53533. 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 .
5656 The url for the documentation is now http://gccxml.github.io/pygccxml/
5757
58584. 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)
7777
78789. All the code is now pep8 compliant and is tested for this in an unit test
7979
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
8187
8288Version 1.5.2
8389-------------
You can’t perform that action at this time.
0 commit comments