Skip to content

Commit d99eded

Browse files
authored
Merge pull request #34 from maykinmedia/release/0.4.0
🔖 Release v0.4.0
2 parents a6c634c + 66eb5ea commit d99eded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
django-prosemirror
44
==================
55

6-
:Version: 0.3.0
6+
:Version: 0.4.0
77
:Source: https://github.com/maykinmedia/django_prosemirror
88
:Keywords: Django, Prosemirror, rich-text, editor, document, JSON, WYSIWYG, content editor, text editor, markdown, html
99
:PythonVersion: 3.11+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Maykin Media"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "0.3.0"
29+
release = "0.4.0"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "maykin-django-prosemirror"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Rich-text fields for Django using Prosemirror - a powerful, schema-driven rich text editor."
99
authors = [
1010
{name = "Maykin Media", email = "support@maykinmedia.nl"}

0 commit comments

Comments
 (0)