File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = 'v1.7.3 '
56+ version = 'v1.7.4 '
5757# The full version, including alpha/beta/rc tags.
58- release = 'v1.7.3 '
58+ release = 'v1.7.4 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ to python 3 (keeping it compatible with python 2).
1111In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
1212by setting up a git repositery on github, hosted along with gccxml.
1313
14+ Version 1.7.4 (not yet released)
15+ --------------------------------
16+
1417Version 1.7.3
1518-------------
1619
Original file line number Diff line number Diff line change 4040# TODO:
4141# 1. Add "explicit" property for constructors
4242
43- __version__ = 'v1.7.3 '
43+ __version__ = 'v1.7.4 '
Original file line number Diff line number Diff line change 77from setuptools import setup
88
99setup (name = "pygccxml" ,
10- version = "v1.7.3 " ,
10+ version = "v1.7.4 " ,
1111 author = "Roman Yakovenko" ,
1212 author_email = "roman yakovenko at gmail com" ,
1313 maintainer = "Michka Popoff and the Insight Software Consortium" ,
You can’t perform that action at this time.
0 commit comments