Skip to content

Commit

Permalink
Release 1.0: Support PEP 440 pre-release versions (backwards incompat…
Browse files Browse the repository at this point in the history
…ible!)

Since the previous release (0.25) I've only made bug fixes
(i.e. no features were added) however the change related
to #8 is backwards incompatible, which is why I've decided
to bump the major version number.
  • Loading branch information
xolox committed Aug 7, 2017
1 parent 56b4848 commit 05497a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py2deb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Authors:
# - Arjan Verwer
# - Peter Odding <[email protected]>
# Last Change: May 23, 2017
# Last Change: August 8, 2017
# URL: https://py2deb.readthedocs.io

"""
Expand All @@ -15,4 +15,4 @@
"""

# Semi-standard module versioning.
__version__ = '0.25'
__version__ = '1.0'

0 comments on commit 05497a5

Please sign in to comment.