Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose authored Aug 28, 2017
1 parent b3c8f9e commit 4b607e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://www.appveyor.com/docs/appveyor-yml/
version: '{branch}-v0.5.1-{build}'
version: '{branch}-v0.5.2-{build}'
branches:
only:
- development
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '0.5.1'
version = '0.5.2'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run_tests(self):

setup(
name='django-improved-user',
version='0.5.1',
version='0.5.2',
description=(
'A custom Django user model for best practices email-based login.'
),
Expand Down

0 comments on commit 4b607e7

Please sign in to comment.