Skip to content

Commit 8ffdc5e

Browse files
committed
Update CHANGE.rst to publish a new release.
Ref: issue #140
1 parent 9819498 commit 8ffdc5e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
Version 0.5.6 -- 2017/11/22
5+
---------------------------
6+
7+
* Refactor to_currency (#135)
8+
* Allow the use of other convertes to_currency, to_year (#95)
9+
* Fix code to respect PEP8 (#98, #105)
10+
* Add Slovene localization (#97)
11+
* Add Ukrainian localization (#93)
12+
* Add Dutch localization (#91)
13+
* Add Algeria-French localization (#86)
14+
* Add Turkish localization (#85)
15+
416
Version 0.5.5 -- 2017/07/02
517
---------------------------
618

setup.py

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

1919
setup(
2020
name='num2words',
21-
version='0.5.5',
21+
version='0.5.6',
2222
description='Modules to convert numbers to words. Easily extensible.',
2323
long_description=LONG_DESC,
2424
license='LGPL',

0 commit comments

Comments
 (0)