Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbas committed Oct 28, 2014
1 parent bf371ed commit 7af279d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
History
=======

Master
------
0.5.1 - 2014-10-28
------------------
- Fix conf relative import
- Use python native function splitlines for notes


0.5.0 - 2014-09-21
Expand Down
2 changes: 1 addition & 1 deletion InvoiceGenerator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 0)
VERSION = (0, 5, 1)

__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))

0 comments on commit 7af279d

Please sign in to comment.