Skip to content

Commit

Permalink
🚧 Change back to development mode for 0.8.0 (#1272)
Browse files Browse the repository at this point in the history
* 🚧📚 Added boilerplate changelog section for 0.8.0

* 🚧 Changed version from 0.7.0 to 0.8.0.dev0
  • Loading branch information
s-weigand committed Mar 27, 2023
1 parent 9adf4a4 commit c465532
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
# Changelog

(changes-0_8_0)=

## 🚀 0.8.0 (Unreleased)

### ✨ Features

### 👌 Minor Improvements:

### 🩹 Bug fixes

### 📚 Documentation

### 🗑️ Deprecations (due in 0.9.0)

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

### 🚧 Maintenance

(changes-0_7_0)=

## 🚀 0.7.0 (2023-03-27)
## 🚀 0.7.0 (Unreleased)

### 💥 BREAKING CHANGE

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.7.0"
__version__ = "0.8.0.dev0"

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

0 comments on commit c465532

Please sign in to comment.