diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec3ef58..8a33c7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.3 (2023-12-11) + +- [Bugfix] Fix error during init task: "'tuple object' has no attribute 'name'". (by @regisb) + ## v16.0.2 (2023-12-09) diff --git a/changelog.d/20231211_115338_regis.md b/changelog.d/20231211_115338_regis.md deleted file mode 100644 index 80b5d739..00000000 --- a/changelog.d/20231211_115338_regis.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix error during init task: "'tuple object' has no attribute 'name'". (by @regisb) diff --git a/tutorecommerce/__about__.py b/tutorecommerce/__about__.py index eabf3d3a..c7d74af3 100644 --- a/tutorecommerce/__about__.py +++ b/tutorecommerce/__about__.py @@ -1 +1 @@ -__version__ = "16.0.2" +__version__ = "16.0.3"