Skip to content

Commit 427ef73

Browse files
committed
Bump version number to v1.6.1
1 parent 9c5206f commit 427ef73

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/history/history.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ Thanks to all the people that have contributed patches, bug reports and suggesti
4343
* Alejandro Dubrovsky
4444
* Aron Xu
4545

46+
Version 1.6.1
47+
-------------
48+
49+
1. Fix a regression introduced by previous changes. Syntax errors were introduced
50+
in the part were you can check if a class is copyable or not (see #13). These
51+
have been fixed now.
52+
4653
Version 1.6
4754
-----------
4855

pygccxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# TODO:
3434
# 1. Add "explicit" property for constructors
3535

36-
__version__ = 'v1.5.2'
36+
__version__ = 'v1.6.1'

setup.py

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

99
setup(name="pygccxml",
10-
version="v1.6.0",
10+
version="v1.6.1",
1111
description="GCC-XML generated file reader",
1212
author="Insight Software Consortium.",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)