Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 3, 2019
1 parent 2fcb514 commit 48d08c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

0.2.4 (2019-07-03)
------------------

* Declare price-parser as providing type annotations (pep-561). This enables
better type checking for projects using price-parser.
* improved test coverage

0.2.3 (2019-06-18)
------------------

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

setup(
name='price-parser',
version='0.2.3',
version='0.2.4',
description='Extract price and currency from a raw string',
long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(),
author='Mikhail Korobov',
Expand Down

0 comments on commit 48d08c5

Please sign in to comment.