Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 5, 2018
1 parent 6f9500b commit bb72d24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
pdf417gen changelog
===================

0.7.0 (TBA)
-----------
0.7.0 (2018-11-05)
------------------

* Fix max allowed code words calculation (#9)
* Optimization: don't switch to numeric mode for fewer than 13 digits
(#12, thanks to @Pavkazzz for the original implementation)

These changes allow significantly more data to be encoded.

0.6.0 (2017-05-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

0 comments on commit bb72d24

Please sign in to comment.