Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Bump to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Jan 24, 2018
1 parent fdb9750 commit 7847c97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dj_pagination/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"""


__version__ = (2, 2, 0, "final", 0)
__version__ = (2, 3, 2, "final", 0)
8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version History
***************


.. _version_2_3_2:

Version 2.3.2
==============

Fixed extras_require for py2/3 differences

.. _version_2_3_1:

Version 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

os.environ['DJANGO_SETTINGS_MODULE'] = 'dj_pagination.tests.settings'

version = "2.3.1"
version = "2.3.2"

if sys.argv[-1] == 'publish':
os.system('pip install -U twine wheel')
Expand Down

0 comments on commit 7847c97

Please sign in to comment.