Skip to content

Commit

Permalink
Prepare for the release of version 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Feb 3, 2020
1 parent 3a06e30 commit b196ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
#########

next
====
0.8 February 3, 2020
====================

* Drop support for Python 2.7 and Python 3.4.
* Officially support Python 3.7 and 3.8.
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.8pre",
version="0.8",
packages=find_packages('.', include=('allauth_2fa', 'allauth_2fa.*')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit b196ec8

Please sign in to comment.