We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1f02f commit fc717f5Copy full SHA for fc717f5
3 files changed
README.md
@@ -1,7 +1,7 @@
1
# Django StreamField
2
3
This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4
-Stable version: 2.0.2
+Stable version: 2.0.3
5
6
[Major changes (1.4.5 > 2)](changes2.0.md)
7
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="django-streamfield",
8
- version="2.0.2",
+ version="2.0.3",
9
author="Yury Lapshinov",
10
author_email="y.raagin@gmail.com",
11
description="StreamField for native Django Admin or with Grappelli",
streamfield/__init__.py
@@ -1,2 +1,2 @@
name = "streamfield"
-VERSION = "2.0.2"
+VERSION = "2.0.3"
0 commit comments