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 2
2
=======
3
3
4
4
5
- Version 1.8.2 (Not yet released)
6
- --------------------------------
5
+ Version 1.8.2
6
+ -------------
7
7
8
8
1 . ``` xml_generator_configuration_t ``` will no more try to find
9
9
castxml or gccxml. You can use ``` utils.find_xml_generator ``` to help you
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.8.1 '
58
+ version = '1.8.2 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.8.1 '
60
+ release = '1.8.2 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
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__ = '1.8.1 '
43
+ __version__ = '1.8.2 '
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 = "1.8.1 " ,
10
+ version = "1.8.2 " ,
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