Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed May 8, 2019
1 parent a0e4706 commit c651ce8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
#########

next (xxx xx, xxxx)
===================
0.6 (May 8, 2019)
=================

* Supports Django 1.11, Django 2.1, and Django 2.2.
* Supports Python 2.7, 3.5, 3.6, and 3.7.
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def long_description():
setup(
name='django-render-block',
packages=find_packages(),
version='0.5',
version='0.6',
description='Render a particular block from a template to a string.',
long_description=long_description(),
author='Patrick Cloke',
Expand All @@ -34,12 +34,13 @@ def long_description():
'Topic :: Internet',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'License :: OSI Approved :: ISC License (ISCL)',
],
install_requires=[
'django>=1.8.0',
'django>=1.11',
],
)

0 comments on commit c651ce8

Please sign in to comment.