Skip to content

Commit 6b98ce9

Browse files
committed
1.3.9
1 parent 2c193cd commit 6b98ce9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="1.3.8",
8+
version="1.3.9",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",
@@ -24,6 +24,7 @@
2424
'Framework :: Django :: 2.2',
2525
'Framework :: Django :: 3.0',
2626
'Framework :: Django :: 3.1',
27+
'Framework :: Django :: 3.2',
2728
'License :: OSI Approved :: BSD License',
2829
'Operating System :: OS Independent',
2930
'Programming Language :: Python',

streamfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "streamfield"
2-
VERSION = '1.3.8'
2+
VERSION = '1.3.9'

0 commit comments

Comments
 (0)