File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22=======
33
44
5- Version 1.8.2 (Not yet released)
6- --------------------------------
5+ Version 1.8.2
6+ -------------
77
881 . ``` xml_generator_configuration_t ``` will no more try to find
99 castxml or gccxml. You can use ``` utils.find_xml_generator ``` to help you
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '1.8.1 '
58+ version = '1.8.2 '
5959# The full version, including alpha/beta/rc tags.
60- release = '1.8.1 '
60+ release = '1.8.2 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 4040# TODO:
4141# 1. Add "explicit" property for constructors
4242
43- __version__ = '1.8.1 '
43+ __version__ = '1.8.2 '
Original file line number Diff line number Diff line change 77from setuptools import setup
88
99setup (name = "pygccxml" ,
10- version = "1.8.1 " ,
10+ version = "1.8.2 " ,
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