Skip to content

Commit

Permalink
Bump version and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Feb 11, 2017
1 parent 6c30218 commit 362d5ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
pdf417gen changelog
===================

0.3.0 (TBA)
-----------
0.4.0 (2017-02-11)
------------------

* Drop support for Python 3.0, 3.1 and 3.2
* Fix handling of byte and string input in Python 3 (#4)

0.3.0 (2016-09-04)
------------------

* **BC BREAK**: renamed package from ``pdf417`` to ``pdf417gen`` for consistency
with the name of the PyPI package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pdf417gen',
version='0.2.0',
version='0.4.0',
description='PDF417 2D barcode generator for Python',
long_description=long_description,
author='Ivan Habunek',
Expand Down

0 comments on commit 362d5ee

Please sign in to comment.