Skip to content

Commit b990e0c

Browse files
committed
Bump version number to 1.7.5
1 parent e02c689 commit b990e0c

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.7.4'
56+
version = '1.7.5'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.7.4'
58+
release = '1.7.5'
5959

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

docs/history.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ to python 3 (keeping it compatible with python 2).
1111
In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
1212
by setting up a git repositery on github, hosted along with gccxml.
1313

14+
Version 1.7.5 (unreleased)
15+
--------------------------
16+
17+
1. Version numbers are still tagged with the v prefix (1.7.4 was correctly tagged),
18+
as this is recommended by GitHub. The version number in the __init__.py and
19+
setup.py files are without v prefix, because this is what pip requires.
20+
1421
Version 1.7.4
1522
-------------
1623

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.7.4'
43+
__version__ = '1.7.5'

setup.py

Lines changed: 2 additions & 2 deletions
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.4",
10+
version="1.7.5",
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/1.7.4.tar.gz",
17+
download_url="https://github.com/gccxml/pygccxml/archive/v1.7.5.tar.gz",
1818
license="Boost",
1919
keywords="C++, declaration parser, CastXML, gccxml",
2020
packages=["pygccxml",

0 commit comments

Comments
 (0)