Skip to content

Commit

Permalink
Bump version for development of 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 10, 2019
1 parent 0af42b7 commit 1f7c1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Changelog
#########

next
====

0.7 September 10, 2019
======================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def long_description():

setup(
name="django-allauth-2fa",
version="0.7",
version="0.8pre",
packages=find_packages('.', include=('allauth_2fa', 'allauth_2fa.*')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 1f7c1b3

Please sign in to comment.