Skip to content

Commit 343846a

Browse files
committed
Merge pull request #49
1 parent 94169bc commit 343846a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Django StreamField
22

33
This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4-
Stable version: 2.3.0
4+
Stable version: 2.3.1
55
Django <= 5.0
66

77
[Major changes (1.4.5 > 2)](changes2.0.md)

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamfield_widget.js",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "",
55
"private": true,
66
"scripts": {

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="2.3.0",
8+
version="2.3.1",
99
author="Yury Lapshinov",
1010
author_email="[email protected]",
1111
description="StreamField for native Django Admin or with Grappelli",

streamfield/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "streamfield"
2-
VERSION = "2.3.0"
2+
VERSION = "2.3.1"

0 commit comments

Comments
 (0)