Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed Jun 27, 2014
1 parent 4be446a commit 840b8ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.2.1

* Bump required version of `incuna-mail` in order to fix circular import.

## v1.2.0

* Protect auth login and password reset views against throttling.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


version = '1.2.0'
version = '1.2.1'


install_requires = (
Expand Down

0 comments on commit 840b8ad

Please sign in to comment.