Skip to content

Commit

Permalink
release: v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Apr 7, 2024
1 parent 89e25d2 commit fd5134e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Changelog

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

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

Bug Fixes
---------
* Metatracks always failing equality (`89e25d2 <https://github.com/MoeMusic/Moe/commit/89e25d2e6a04a5673de74ca837dc682d9157193b>`_)

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

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

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Moe"
include = ["alembic/*", "alembic/versions/*"]
version = "2.1.2"
version = "2.1.3"
description = "The ultimate tool for managing your music library."
authors = ["Jacob Pavlock <[email protected]>"]
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.2"
version = "2.1.3"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit fd5134e

Please sign in to comment.