Skip to content

Commit 81dc8c2

Browse files
committed
1.3.5
1 parent 70a720a commit 81dc8c2

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.4",
8+
version="1.3.5",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",
@@ -23,6 +23,7 @@
2323
'Framework :: Django :: 2.1',
2424
'Framework :: Django :: 2.2',
2525
'Framework :: Django :: 3.0',
26+
'Framework :: Django :: 3.1',
2627
'License :: OSI Approved :: BSD License',
2728
'Operating System :: OS Independent',
2829
'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.4'
2+
VERSION = '1.3.5'

0 commit comments

Comments
 (0)