Skip to content

Commit

Permalink
release: Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Nov 1, 2022
1 parent 53d8333 commit 97e4611
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,15 @@ Changelog

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

v1.3.1 (2022-11-01)
===================

Bug Fixes
---------
* Use fork of mediafile (`53d8333 <https://github.com/MoeMusic/Moe/commit/53d8333907a2095957202d456df6ccf8cf342b76>`_)

`Full diff <https://github.com/MoeMusic/Moe/compare/v1.3.0...v1.3.1>`__

v1.3.0 (2022-11-01)
===================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Moe"
include = ["alembic/*", "alembic/versions/*"]
version = "1.3.0"
version = "1.3.1"
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 = "^5.2.3"

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

0 comments on commit 97e4611

Please sign in to comment.