Skip to content

Commit 4800daf

Browse files
committed
Release version 2014.7.13
1 parent ba13622 commit 4800daf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2014.7.13 2014-07-13
2+
==============
3+
----
14

25
* Introduce ``config`` module.
36
* Move constant variables from ``initializer`` to ``config`` module.

currencies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from currencies.config import MONEY_FORMATS
44
from currencies.exceptions import CurrencyDoesNotExist
55

6-
__VERSION__ = (2014, 7, 12)
6+
__VERSION__ = (2014, 7, 13)
77

88

99
def get_version():

0 commit comments

Comments
 (0)