We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205c94b commit 3bd9fd1Copy full SHA for 3bd9fd1
CHANGES.md
@@ -1,4 +1,4 @@
1
-23.06.29
+23.6.29
2
--------
3
- Regenerate code with latest RAML specifications, bringing the SDK up to date
4
again with new features released by commercetools.
setup.py
@@ -44,7 +44,7 @@
44
45
setup(
46
name="commercetools",
47
- version="2022.6.4",
+ version="2023.6.29",
48
description="SDK for Commercetools",
49
long_description=long_description,
50
author="Lab Digital B.V.",
src/commercetools/version.py
@@ -1 +1 @@
-__version__ = "2022.6.4"
+__version__ = "2023.6.29"
0 commit comments