We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d150cfc commit ee0209aCopy full SHA for ee0209a
src/front-door/HISTORY.rst
@@ -2,9 +2,9 @@
2
3
Release History
4
===============
5
-1.2.2
+1.3.0
6
++++++
7
-* add support for captcha
+* Add support for captcha
8
9
1.2.1
10
src/front-door/setup.py
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages
11
-VERSION = "1.2.2"
+VERSION = "1.3.0"
12
13
CLASSIFIERS = [
14
'Development Status :: 4 - Beta',
0 commit comments