Skip to content

Commit fd5134e

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v2.1.3
1 parent 89e25d2 commit fd5134e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Changelog
66

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

9+
v2.1.3 (2024-04-06)
10+
===================
11+
12+
Bug Fixes
13+
---------
14+
* Metatracks always failing equality (`89e25d2 <https://github.com/MoeMusic/Moe/commit/89e25d2e6a04a5673de74ca837dc682d9157193b>`_)
15+
16+
`Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.2...v2.1.3>`__
17+
918
v2.1.2 (2024-04-06)
1019
===================
1120

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.2"
4+
version = "2.1.3"
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.2"
63+
version = "2.1.3"
6464
version_files = [
6565
"pyproject.toml:^version",
6666
]

0 commit comments

Comments
 (0)