Skip to content

Commit

Permalink
Bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Sep 18, 2014
1 parent 68c1f4b commit 2160a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Upcoming
## v2.1.0

* Update `create_user` to set last_login with a default.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


version = '2.0.0'
version = '2.1.0'


install_requires = (
Expand Down

0 comments on commit 2160a1f

Please sign in to comment.