Skip to content

Commit

Permalink
Released v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed Nov 18, 2014
1 parent ed2e3e1 commit a4af687
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,11 @@
Changelog
=========

v1.1.1 (2014 Nov 17)
--------------------

* Added empty catalog entry to troubleshooting section (thanks @eduardo-matos)

v1.1 (2014 Jan 12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-statici18n",
version="1.1",
version="1.1.1",
author="Sebastien Fievet",
author_email="zyegfryed@gmail.com",
url="http://django-statici18n.readthedocs.org/",
Expand Down
2 changes: 1 addition & 1 deletion src/statici18n/__init__.py
@@ -1,2 +1,2 @@
# following PEP 386
__version__ = "1.1"
__version__ = "1.1.1"

0 comments on commit a4af687

Please sign in to comment.