Commit 691979749fdc9c09bc8340da33f64015045f9526

Authored by Claude Paroz
1 parent c2dea37d

Bumped version to 1.7.3

Showing 2 changed files with 3 additions and 2 deletions
@@ -6,11 +6,12 @@ History @@ -6,11 +6,12 @@ History
6 Pending 6 Pending
7 ------- 7 -------
8 8
9 -1.7.3 (unreleased) 9 +1.7.3 (2016-09-13)
10 ------------------ 10 ------------------
11 11
12 * Fixed a regression which prevented the ``Comment`` model 12 * Fixed a regression which prevented the ``Comment`` model
13 from registering with the admin. 13 from registering with the admin.
  14 +* Updated translations.
14 15
15 1.7.2 (2016-08-04) 16 1.7.2 (2016-08-04)
16 ------------------ 17 ------------------
@@ -10,7 +10,7 @@ long_description = readme + history @@ -10,7 +10,7 @@ long_description = readme + history
10 10
11 setup( 11 setup(
12 name='django-contrib-comments', 12 name='django-contrib-comments',
13 - version='1.7.2', 13 + version='1.7.3',
14 url="https://github.com/django/django-contrib-comments", 14 url="https://github.com/django/django-contrib-comments",
15 description='The code formerly known as django.contrib.comments.', 15 description='The code formerly known as django.contrib.comments.',
16 long_description=long_description, 16 long_description=long_description,
Please register or login to post a comment