Skip to content

Commit

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

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

v2.1.4 (2024-11-07)
===================

Build Changes
-------------
* Update lint dependencies (`3e45c32 <https://github.com/MoeMusic/Moe/commit/3e45c32eb7a915187e64b852682968a130bf6f95>`_)
* Update test dependencies (`cd43156 <https://github.com/MoeMusic/Moe/commit/cd4315633b71128c5344734524e5d86a3ac51d11>`_)
* Support python 3.13 (`b47029a <https://github.com/MoeMusic/Moe/commit/b47029a4c5dbd1ad6ad8f6a1aa448755db36226d>`_)

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

v2.1.3 (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.3"
version = "2.1.4"
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.3"
version = "2.1.4"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit 0deb534

Please sign in to comment.