Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed May 31, 2018
1 parent c2fe72d commit 728caf2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========

v1.8.0 (2018 May 31)
--------------------

* [PR#39] Serialize packages before giving it to Django (thanks @askoretskiy)
* [PR#41] Add the namespace parameter (thanks @afzaledx and @pomegranited)

v1.7.0 (2018 Feb 11)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.7'
version = '1.8'
# The full version, including alpha/beta/rc tags.
release = '1.7.0'
release = '1.8.0'

# 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.7.1",
version="1.8.0",
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,4 +1,4 @@
# following PEP 386
__version__ = "1.7.0"
__version__ = "1.8.0"

default_app_config = 'statici18n.apps.StaticI18NConfig'

0 comments on commit 728caf2

Please sign in to comment.