Skip to content

Commit

Permalink
update version to 1.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Apr 24, 2015
1 parent 1da3257 commit 601ce19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
solid_i18n release notes
========================

v1.1.0
------

- Use 301 redirect in case of `SOLID_I18N_DEFAULT_PREFIX_REDIRECT`
- Upload wheel

Issues: [#24](https://github.com/st4lk/django-solid-i18n-urls/issues/24)
Issues: [#20](https://github.com/st4lk/django-solid-i18n-urls/issues/20)

v1.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion solid_i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import warnings
__author__ = 'st4lk'
__version__ = '1.0.0'
__version__ = '1.1.0'

try:
from django import VERSION
Expand Down

0 comments on commit 601ce19

Please sign in to comment.