We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba13622 commit 4800dafCopy full SHA for 4800daf
ChangeLog.rst
@@ -1,3 +1,6 @@
1
+2014.7.13 2014-07-13
2
+==============
3
+----
4
5
* Introduce ``config`` module.
6
* Move constant variables from ``initializer`` to ``config`` module.
currencies/__init__.py
@@ -3,7 +3,7 @@
from currencies.config import MONEY_FORMATS
from currencies.exceptions import CurrencyDoesNotExist
-__VERSION__ = (2014, 7, 12)
+__VERSION__ = (2014, 7, 13)
7
8
9
def get_version():
0 commit comments