Skip to content

Commit dd4edcb

Browse files
committed
Update to latest version
1 parent efd218f commit dd4edcb

7 files changed

+13
-8
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 0.0.3
4+
current_version = 0.0.4
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{pre}.{build}

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.0.x (TBD)
1+
0.0.4 (18-02-2025)
22
-----------
33

44
**Project maintenance**
@@ -10,6 +10,11 @@
1010
* [#29] Added Read the Docs documentation
1111
* [#29] Added CHANGELOG file
1212

13+
**New features**
14+
15+
* Added multi-language support for PRODUCTTYPEN.
16+
* Added CONTENTELEMENTEN & CONTENTLABELS.
17+
1318

1419
0.0.3 (04-02-2025)
1520
------------------

README.EN.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
open_producten
33
==================
44

5-
:Version: 0.0.3
5+
:Version: 0.0.4
66
:Source: https://github.com/maykinmedia/open-producten
77
:Keywords: ``products``
88

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
open_producten
33
==================
44

5-
:Version: 0.0.3
5+
:Version: 0.0.4
66
:Source: https://github.com/maykinmedia/open-producten
77
:Keywords: ``producten``
88

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open_producten",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "open-producten project",
55
"main": "src/static/open-producten/js/open-producten.js",
66
"directories": {

src/open_producten/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .celery import app as celery_app
22

33
__all__ = ("celery_app",)
4-
__version__ = "0.0.3"
4+
__version__ = "0.0.4"
55
__author__ = "Maykin"
66
__homepage__ = "https://github.com/maykinmedia/open-producten"

0 commit comments

Comments
 (0)