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 53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = 'v1.7.3 '
56
+ version = 'v1.7.4 '
57
57
# The full version, including alpha/beta/rc tags.
58
- release = 'v1.7.3 '
58
+ release = 'v1.7.4 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# 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).
11
11
In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
12
12
by setting up a git repositery on github, hosted along with gccxml.
13
13
14
+ Version 1.7.4 (not yet released)
15
+ --------------------------------
16
+
14
17
Version 1.7.3
15
18
-------------
16
19
Original file line number Diff line number Diff line change 40
40
# TODO:
41
41
# 1. Add "explicit" property for constructors
42
42
43
- __version__ = 'v1.7.3 '
43
+ __version__ = 'v1.7.4 '
Original file line number Diff line number Diff line change 7
7
from setuptools import setup
8
8
9
9
setup (name = "pygccxml" ,
10
- version = "v1.7.3 " ,
10
+ version = "v1.7.4 " ,
11
11
author = "Roman Yakovenko" ,
12
12
author_email = "roman yakovenko at gmail com" ,
13
13
maintainer = "Michka Popoff and the Insight Software Consortium" ,
You can’t perform that action at this time.
0 commit comments