diff --git a/changelog.md b/changelog.md index 7f9ff28a0..c963b9aeb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,26 @@ # Changelog +(changes-0_7_4)= + +## 🚀 0.7.4 (Unreleased) + +### ✨ Features + +### 👌 Minor Improvements: + +### 🩹 Bug fixes + +### 📚 Documentation + +### 🗑️ Deprecations (due in 0.9.0) + +### 🗑️❌ Deprecated functionality removed in this release + +### 🚧 Maintenance + (changes-0_7_3)= -## 🚀 0.7.3 (Not released) +## 🚀 0.7.3 (2024-08-25) ### ✨ Features diff --git a/glotaran/__init__.py b/glotaran/__init__.py index 262f1081c..dba2f337a 100644 --- a/glotaran/__init__.py +++ b/glotaran/__init__.py @@ -5,7 +5,7 @@ load_plugins() -__version__ = "0.7.3" +__version__ = "0.7.4.dev0" examples = deprecate_submodule( deprecated_module_name="glotaran.examples",