From 1ec0e7fa72d76a7a0695a4c41a529d0f8c681ae4 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 12 Jul 2014 19:06:07 +0400 Subject: [PATCH] New release 2014.7.12 --- ChangeLog.rst | 5 ++++- currencies/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 7ba7305..b8d1020 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,8 @@ -000.0.0 0000-00-00 +2014.7.12 2014-07-12 ============== ---- +* Support many currencies. +* Full test suit. +* %100 test coverage. * Initial release. diff --git a/currencies/__init__.py b/currencies/__init__.py index f825b40..903e68e 100644 --- a/currencies/__init__.py +++ b/currencies/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 -__VERSION__ = (0000, 0, 0) +__VERSION__ = (2014, 7, 12) def get_version():