We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c365 commit 5157126Copy full SHA for 5157126
2 files changed
README.md
@@ -1,8 +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: 1.4.4
5
-Development: 1.4.5
+Stable version: 1.4.5
6
7
## Highlights
8
You can build your page with different kind of blocks.
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="django-streamfield",
- version="1.4.4",
+ version="1.4.5",
9
author="Yury Lapshinov",
10
author_email="y.raagin@gmail.com",
11
description="StreamField for native Django Admin or with Grappelli",
0 commit comments