Skip to content

Commit

Permalink
Release 3.2: Support $DEBFULLNAME and $DEBEMAIL (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 4, 2020
1 parent 9c20f03 commit f4316e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

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

Merged pull request `#25`_ which adds support for the ``$DEBFULLNAME`` and
``$DEBEMAIL`` environment variables to override package maintainer metadata.

.. _Release 3.2: https://github.com/paylogic/py2deb/compare/3.1...3.2
.. _#25: https://github.com/paylogic/py2deb/pull/25

`Release 3.1`_ (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.1'
__version__ = '3.2'

0 comments on commit f4316e5

Please sign in to comment.