Skip to content

Commit

Permalink
Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald committed Aug 20, 2015
1 parent 2f1c7be commit b851c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
AuthorPostListView

v1.4.2, 2015-08-19 -- Allow usage of custom user model and python 3 fixes.
v1.4.1, 2015-08-09 -- Make PostListView use .published().
v1.4.0, 2015-08-09 -- Add support for unpublished posts.
v1.3.2, 2015-07-25 -- Add Django 1.8 to travis.yml
Expand Down
2 changes: 1 addition & 1 deletion hermes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
name='django-hermes',
packages=find_packages(),
url='https://github.com/bunchesofdonald/django-hermes',
version='1.4.1',
version='1.4.2',
)

0 comments on commit b851c08

Please sign in to comment.