Skip to content

Commit

Permalink
Released v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed Mar 18, 2015
1 parent 7727f73 commit 643c67c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.1.2 (2015 Mar 18)
--------------------

* Updated dependencies
* Added Python 3.2 and Django 1.7 test support
* Updated requirements to include the newest version of appconf and changed
setup.py to reflect appconf requirement (thanks Nicholas Lockhart)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
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.1'
release = '1.1.2'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-statici18n",
version="1.1.1",
version="1.1.2",
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 386
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 643c67c

Please sign in to comment.