Skip to content

Commit

Permalink
release: v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Apr 6, 2024
1 parent 815fa14 commit 1c4e642
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,17 @@ Changelog

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

v2.1.2 (2024-04-06)
===================

Build Changes
-------------
* Add importlib_metadata dependency for entry_points backport (`4cc6b97 <https://github.com/MoeMusic/Moe/commit/4cc6b9757faca0daf5ef7753ba33f94dfdf24c6b>`_)
* Update dependencies (`50e148c <https://github.com/MoeMusic/Moe/commit/50e148cc3f91558233cdf6a2c82c7d6206be37ae>`_)
* Support python 3.12 (`408594a <https://github.com/MoeMusic/Moe/commit/408594a8d6708c4142ae5d34abf9e7b50435aa7a>`_)

`Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.1...v2.1.2>`__

v2.1.1 (2023-05-22)
===================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Moe"
include = ["alembic/*", "alembic/versions/*"]
version = "2.1.1"
version = "2.1.2"
description = "The ultimate tool for managing your music library."
authors = ["Jacob Pavlock <jtpavlock@gmail.com>"]
repository = "https://github.com/MoeMusic/Moe"
Expand Down Expand Up @@ -60,7 +60,7 @@ Sphinx = "^7.0.0"

[tool.commitizen]
name = "cz_customize"
version = "2.1.1"
version = "2.1.2"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit 1c4e642

Please sign in to comment.