Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
django-localeurl dependacy update; added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 20, 2013
1 parent 16ff2fc commit 8b1d97c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .hgtags
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ d195489ca510261fcc98a8e4c110605056bd4e35 stable
7a2f3d40c156ae040a7a89eeda46d5c112770fbd 0.7
d195489ca510261fcc98a8e4c110605056bd4e35 stable
6438b7837bab033d447c885e95b2a0e29d1a7173 stable
97a37f8cf32530836f3811c0ca42db4add2ebbb5 0.7.1
6438b7837bab033d447c885e95b2a0e29d1a7173 stable
3e1f21c7a76f9d9d5a9aee9e948e46eb6d7b0063 stable
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Release history
=====================================
0.7.1
-------------------------------------
Release date: 2013-09-20

- Updated django-localeurl dependancy to 2.0.1.

0.7
-------------------------------------
Release date: 2013-09-19

- Simplified use of local language names.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except:
readme = ''

version = '0.7'
version = '0.7.1'

install_requires = [
'six==1.4.1',
Expand All @@ -17,7 +17,7 @@
PY2 = sys.version_info[0] == 2
PY3 = sys.version_info[0] == 3
if PY2:
install_requires.append('django-localeurl==1.5')
install_requires.append('django-localeurl==2.0.1')
except:
pass

Expand Down

0 comments on commit 8b1d97c

Please sign in to comment.