Skip to content

Commit 026bb08

Browse files
committed
feincms3-data 0.5
1 parent 9324605 commit 026bb08

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Change log
55
`Next version`_
66
~~~~~~~~~~~~~~~
77

8-
.. _Next version: https://github.com/matthiask/feincms3-data/compare/0.4...main
8+
.. _Next version: https://github.com/matthiask/feincms3-data/compare/0.5...main
9+
10+
11+
`0.5`_ (2023-03-15)
12+
~~~~~~~~~~~~~~~~~~~
13+
14+
.. _0.5: https://github.com/matthiask/feincms3-data/compare/0.4...0.5
915

1016
- Added argument validation to ``./manage.py f3dumpdata`` instead of crashing
1117
when the dataset isn't known.

feincms3_data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 4, 0)
1+
VERSION = (0, 5, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)