Skip to content

Commit

Permalink
version bump to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mislav Cimperšak committed Sep 12, 2016
1 parent 9384416 commit be7c8d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.11
======
- added support for Django 1.10

0.1.10
======
- removed titles from polish list of titles that weren't actually titles
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ def read(fname):

setup(
name='django-real-content',
version='0.1.10',
version='0.1.11',
packages=find_packages(),
# packages=find_packages(exclude=("tests",)),
include_package_data=True,
license='MIT',
description='Template tags to quickly show real content instead of lorem ipsum.',
long_description=README,
url='https://github.com/mislavcimpersak/django-real-content',
download_url='https://github.com/mislavcimpersak/django-real-content/tarball/0.1.10',
download_url='https://github.com/mislavcimpersak/django-real-content/tarball/0.1.11',
author=u'Mislav Cimperšak',
author_email='mislav.cimpersak@gmail.com',
keywords='django real content lorem ipsum',
Expand Down

0 comments on commit be7c8d1

Please sign in to comment.