Skip to content

Commit aa8661e

Browse files
committed
Release 2.0.1
1 parent 9feb2dd commit aa8661e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changes
44
Version 2.1.0 (unreleased)
55
--------------------------
66

7+
Version 2.0.1
8+
-------------
9+
10+
1. Minor description and doc updates for release uploads
11+
712
Version 2.0.0
813
-------------
914

docs/releasing.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Uploading to pypi
1515

1616
The documentation for the building and uploading can be found here: `pypi`_
1717

18+
Cleanup your dist:
19+
20+
``rm -rf dist``
21+
1822
The wheels are built with:
1923

20-
``python setup.py bdist_wheel --universal``
24+
``python3 setup.py bdist_wheel --universal``
2125

2226
They are uploaded with:
2327

pygccxml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
# TODO:
4242
# 1. Add "explicit" property for constructors
4343

44-
__version__ = '2.0.0'
44+
__version__ = '2.0.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setup(name="pygccxml",
2323
version=version,
2424
author="Roman Yakovenko",
25-
author_email="roman yakovenko at gmail com",
25+
author_email="romanyakovenko@gmail.com",
2626
maintainer="Michka Popoff and the Insight Software Consortium",
2727
maintainer_email="[email protected]",
2828
description="Python package for easy C++ declarations navigation.",

0 commit comments

Comments
 (0)