Skip to content

Commit

Permalink
Release 3.0.1 (now including 'python_requires')
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 4, 2020
1 parent 97829df commit 6a1d253
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 3.0.1`_ (2020-08-04)
-----------------------------

`Release 3.0`_ was yanked from PyPI just minutes after uploading, because I
forgot to include a ``python_requires`` definition in the ``setup.py`` script,
which means Python 2.6 and 3.4 installations could end up downloading
incompatible :pypi:`py2deb` releases. This has since been added.

.. _Release 3.0.1: https://github.com/paylogic/py2deb/compare/3.0...3.0.1

`Release 3.0`_ (2020-08-04)
---------------------------

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__ = '3.0'
__version__ = '3.0.1'

0 comments on commit 6a1d253

Please sign in to comment.