Skip to content

Commit

Permalink
Bump version to 1.4.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Jan 8, 2017
1 parent ed4ace9 commit a8adba8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
solid_i18n release notes
========================

v1.4.0
------
- Add django 1.10 support
- Add deprecation notice

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

v1.3.0
------
- Add SOLID_I18N_PREFIX_STRICT setting to handle urls starting with language code
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.3.0'
__version__ = '1.4.0'

try:
from django import VERSION
Expand Down

0 comments on commit a8adba8

Please sign in to comment.