We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e709648 commit 5983326Copy full SHA for 5983326
3 files changed
CHANGELOG.rst
@@ -7,6 +7,11 @@ master
7
8
* in development
9
10
+2.1.2
11
+-----
12
+
13
+* Added wagtail framework classifier
14
15
2.1.1
16
-----
17
setup.py
@@ -49,6 +49,8 @@
49
'Intended Audience :: Developers',
50
'License :: OSI Approved :: MIT License',
51
'Operating System :: OS Independent',
52
+ 'Framework :: Wagtail',
53
+ 'Framework :: Wagtail :: 2',
54
'Programming Language :: Python :: 3',
55
'Programming Language :: Python :: 3.4',
56
'Programming Language :: Python :: 3.5',
wagtailstreamforms/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.1.1'
+__version__ = '2.1.2'
0 commit comments