Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a661f

Browse files
committed
0.5.15 release
1 parent 0fe14f3 commit 46a661f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Version History
22
===============
33

44

5-
Version 0.5.15 (unreleased)
6-
---------------------------
5+
Version 0.5.15
6+
--------------
77
* Updated test matrix, drop tests against Python3.6, test against Python3.9
88
* Remove dependency on six
99
* Test against Django 4.0a1

captcha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 14)
1+
VERSION = (0, 5, 15)
22

33

44
def get_version():

0 commit comments

Comments
 (0)