We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab6112 commit 78f9a65Copy full SHA for 78f9a65
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.2.3 (2019-06-18)
5
+------------------
6
+
7
+* Folow-up for 0.2.2 release: improved parsing of prices with 4+ digits
8
+ after a decimal separator.
9
10
0.2.2 (2019-06-18)
11
------------------
12
setup.py
@@ -4,7 +4,7 @@
setup(
name='price-parser',
- version='0.2.2',
+ version='0.2.3',
description='Extract price and currency from a raw string',
long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(),
author='Mikhail Korobov',
0 commit comments