Skip to content

Commit

Permalink
Release 2.3: Improve PyPy3 support / compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jul 28, 2020
1 parent b11ef7b commit feaad92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 2.3`_ (2020-07-28)
---------------------------

Merged pull request `#30`_:

- Added support ``pypy3`` in replacement hashbangs.
- Added support for ``pypy3`` package name prefix.

.. _Release 2.3: https://github.com/paylogic/py2deb/compare/2.2...2.3
.. _#30: https://github.com/paylogic/py2deb/pull/30

`Release 2.2`_ (2020-07-28)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion py2deb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""

# Semi-standard module versioning.
__version__ = '2.2'
__version__ = '2.3'

0 comments on commit feaad92

Please sign in to comment.