We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c193cd commit 6b98ce9Copy full SHA for 6b98ce9
2 files changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="django-streamfield",
8
- version="1.3.8",
+ version="1.3.9",
9
author="Yury Lapshinov",
10
author_email="y.raagin@gmail.com",
11
description="StreamField for native Django Admin or with Grappelli",
@@ -24,6 +24,7 @@
24
'Framework :: Django :: 2.2',
25
'Framework :: Django :: 3.0',
26
'Framework :: Django :: 3.1',
27
+ 'Framework :: Django :: 3.2',
28
'License :: OSI Approved :: BSD License',
29
'Operating System :: OS Independent',
30
'Programming Language :: Python',
streamfield/__init__.py
@@ -1,2 +1,2 @@
1
name = "streamfield"
2
-VERSION = '1.3.8'
+VERSION = '1.3.9'
0 commit comments