From 1d226546ec7fc64b6ccd257f2ff6250720523249 Mon Sep 17 00:00:00 2001 From: Federico Frenguelli Date: Mon, 30 Dec 2013 14:32:10 +0100 Subject: [PATCH] bump to version 0.3.0 --- djmoney_rates/__init__.py | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/djmoney_rates/__init__.py b/djmoney_rates/__init__.py index fc79d63..0404d81 100644 --- a/djmoney_rates/__init__.py +++ b/djmoney_rates/__init__.py @@ -1 +1 @@ -__version__ = '0.2.1' +__version__ = '0.3.0' diff --git a/docs/conf.py b/docs/conf.py index 30018db..2497923 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ parent = os.path.dirname(cwd) sys.path.append(parent) -import django-money-rates +import djmoney_rates # -- General configuration ----------------------------------------------------- @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = django-money-rates.__version__ +version = djmoney_rates.__version__ # The full version, including alpha/beta/rc tags. -release = django-money-rates.__version__ +release = djmoney_rates.__version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.