Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Jul 27, 2020
1 parent 9feb2dd commit aa8661e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Version 2.1.0 (unreleased)
--------------------------

Version 2.0.1
-------------

1. Minor description and doc updates for release uploads

Version 2.0.0
-------------

Expand Down
6 changes: 5 additions & 1 deletion docs/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Uploading to pypi

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

Cleanup your dist:

``rm -rf dist``

The wheels are built with:

``python setup.py bdist_wheel --universal``
``python3 setup.py bdist_wheel --universal``

They are uploaded with:

Expand Down
2 changes: 1 addition & 1 deletion pygccxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
# TODO:
# 1. Add "explicit" property for constructors

__version__ = '2.0.0'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(name="pygccxml",
version=version,
author="Roman Yakovenko",
author_email="roman yakovenko at gmail com",
author_email="romanyakovenko@gmail.com",
maintainer="Michka Popoff and the Insight Software Consortium",
maintainer_email="[email protected]",
description="Python package for easy C++ declarations navigation.",
Expand Down

0 comments on commit aa8661e

Please sign in to comment.