Skip to content

Commit

Permalink
bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Dec 30, 2013
1 parent 3de6af5 commit 1d22654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion djmoney_rates/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
parent = os.path.dirname(cwd)
sys.path.append(parent)

import django-money-rates
import djmoney_rates

# -- General configuration -----------------------------------------------------

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1d22654

Please sign in to comment.