Skip to content

Commit 78f9a65

Browse files
committed
v0.2.3
1 parent 9ab6112 commit 78f9a65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

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+
410
0.2.2 (2019-06-18)
511
------------------
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='price-parser',
7-
version='0.2.2',
7+
version='0.2.3',
88
description='Extract price and currency from a raw string',
99
long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(),
1010
author='Mikhail Korobov',

0 commit comments

Comments
 (0)