Skip to content

Commit

Permalink
Version 1.2.2 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thornomad committed May 31, 2016
1 parent fb0bce9 commit d4e9932
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.2.2
-------------

* added ``on_delete=models.CASCADE`` and test (will be required in version 2.0) `#47`_
* removed ``b`` (bytes) flag from _initial_ migration `#48`_
* removed testing support for python 3.2

Version 1.2.1
-------------

Expand Down Expand Up @@ -42,3 +49,5 @@ Version 1.1.0

.. _#40: https://github.com/thornomad/django-hitcount/issues/40
.. _#43: https://github.com/thornomad/django-hitcount/issues/43
.. _#47: https://github.com/thornomad/django-hitcount/issues/47
.. _#48: https://github.com/thornomad/django-hitcount/pull/48
2 changes: 1 addition & 1 deletion hitcount/__init__.py
@@ -1,5 +1,5 @@
from __future__ import unicode_literals

VERSION = (1, 2, 1)
VERSION = (1, 2, 2)

__version__ = '.'.join(str(i) for i in VERSION)

0 comments on commit d4e9932

Please sign in to comment.