Skip to content

Commit b528b19

Browse files
committed
Bump version number to v1.7.6
1 parent 138ed87 commit b528b19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646

4747
# General information about the project.
4848
project = u'pygccxml'
49-
copyright = u'2014-2015, Insight Software Consortium'
49+
copyright = u'2014-2016, Insight Software Consortium'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.7.5'
56+
version = '1.7.6'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.7.5'
58+
release = '1.7.6'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

pygccxml/__init__.py

+1-1
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.7.5'
43+
__version__ = '1.7.6'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
from setuptools import setup
88

99
setup(name="pygccxml",
10-
version="1.7.5",
10+
version="1.7.6",
1111
author="Roman Yakovenko",
1212
author_email="roman yakovenko at gmail com",
1313
maintainer="Michka Popoff and the Insight Software Consortium",
1414
maintainer_email="[email protected]",
1515
description="Python package for easy C++ declarations navigation.",
1616
url="https://github.com/gccxml/pygccxml",
17-
download_url="https://github.com/gccxml/pygccxml/archive/v1.7.5.tar.gz",
17+
download_url="https://github.com/gccxml/pygccxml/archive/v1.7.6.tar.gz",
1818
license="Boost",
1919
keywords="C++, declaration parser, CastXML, gccxml",
2020
packages=["pygccxml",

0 commit comments

Comments
 (0)