Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleissin committed Feb 28, 2024
1 parent 730574d commit 576e09f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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 = 1.3.0
current_version = 1.3.1
files = src/verification/__init__.py README.rst
commit = False
tag = False
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Release 1.3.1
-------------

Update README to mention supported python's and django's directly.

Release 1.3.0
-------------

Expand Down
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ django-verification

Generalized app for two-step verification.

Supports Python 3.5, 3.6, 3.7; Django 1.11 and Django 2.2.

Versions prior to 1.0.0 support Python 2 and Django older than 1.11.
Supports Python 3.8-3.12; Django 3.2-5.0.

Installation
============
Expand Down Expand Up @@ -121,4 +119,4 @@ Hook the ``key_claimed``-signal in order to do something after the key is claime
claimant.is_active = True
claimant.save()
:Version: 1.3.0
:Version: 1.3.1
2 changes: 1 addition & 1 deletion src/verification/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit 576e09f

Please sign in to comment.