Skip to content

Commit 36cfcc8

Browse files
committed
Bump version to 1.8.2
1 parent 4c5d9c7 commit 36cfcc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Changes
22
=======
33

44

5-
Version 1.8.2 (Not yet released)
6-
--------------------------------
5+
Version 1.8.2
6+
-------------
77

88
1. ```xml_generator_configuration_t``` will no more try to find
99
castxml or gccxml. You can use ```utils.find_xml_generator``` to help you

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
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.

pygccxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
# TODO:
4141
# 1. Add "explicit" property for constructors
4242

43-
__version__ = '1.8.1'
43+
__version__ = '1.8.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99
setup(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",

0 commit comments

Comments
 (0)