Skip to content

Commit 75d9d49

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v2.1.2
1 parent 7a6e1ad commit 75d9d49

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Changelog
66

77
This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

9+
v2.1.2 (2024-04-06)
10+
===================
11+
12+
Build Changes
13+
-------------
14+
* Add importlib_metadata dependency for entry_points backport (`4cc6b97 <https://github.com/MoeMusic/Moe/commit/4cc6b9757faca0daf5ef7753ba33f94dfdf24c6b>`_)
15+
* Update dependencies (`50e148c <https://github.com/MoeMusic/Moe/commit/50e148cc3f91558233cdf6a2c82c7d6206be37ae>`_)
16+
* Support python 3.12 (`408594a <https://github.com/MoeMusic/Moe/commit/408594a8d6708c4142ae5d34abf9e7b50435aa7a>`_)
17+
18+
`Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.1...v2.1.2>`__
19+
920
v2.1.1 (2023-05-22)
1021
===================
1122

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "Moe"
33
include = ["alembic/*", "alembic/versions/*"]
4-
version = "2.1.1"
4+
version = "2.1.2"
55
description = "The ultimate tool for managing your music library."
66
authors = ["Jacob Pavlock <[email protected]>"]
77
repository = "https://github.com/MoeMusic/Moe"
@@ -60,7 +60,7 @@ Sphinx = "^7.0.0"
6060

6161
[tool.commitizen]
6262
name = "cz_customize"
63-
version = "2.1.1"
63+
version = "2.1.2"
6464
version_files = [
6565
"pyproject.toml:^version",
6666
]

0 commit comments

Comments
 (0)