Skip to content

Commit

Permalink
🚀 Prepare 0.7.1 release (#1321)
Browse files Browse the repository at this point in the history
* 🚧 Bumped version and updated changelog

* ⬆️📚 Update release date
  • Loading branch information
s-weigand committed Jul 28, 2023
1 parent 785d7c0 commit 535acaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# Changelog

(changes-0_8_0)=
(changes-0_7_1)=

## 🚀 0.8.0 (Unreleased)
## 🚀 0.7.1 (2023-07-28)

### ✨ Features

- ✨ Python 3.11 support (#1161)

### 👌 Minor Improvements:

### 🩹 Bug fixes

- 🩹 Fix coherent artifact clp label duplication (#1292)

### 📚 Documentation

### 🗑️ Deprecations (due in 0.9.0)

### 🗑️❌ Deprecated functionality removed in this release

### 🚧 Maintenance

(changes-0_7_0)=

## 🚀 0.7.0 (Unreleased)
Expand Down
2 changes: 1 addition & 1 deletion glotaran/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

load_plugins()

__version__ = "0.8.0.dev0"
__version__ = "0.7.1"

examples = deprecate_submodule(
deprecated_module_name="glotaran.examples",
Expand Down

0 comments on commit 535acaa

Please sign in to comment.