Skip to content

Commit 108fd10

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: Release v1.3.2
1 parent c2aeda7 commit 108fd10

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
@@ -4,6 +4,15 @@ Changelog
44

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

7+
v1.3.2 (2022-11-01)
8+
===================
9+
10+
Bug Fixes
11+
---------
12+
* Track `audio_format` is now a property and not a field (`c2aeda7 <https://github.com/MoeMusic/Moe/commit/c2aeda7fee2639576b79a83614e062dae018fc2a>`_)
13+
14+
`Full diff <https://github.com/MoeMusic/Moe/compare/v1.3.1...v1.3.2>`__
15+
716
v1.3.1 (2022-11-01)
817
===================
918

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 = "1.3.1"
4+
version = "1.3.2"
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 = "^5.2.3"
6060

6161
[tool.commitizen]
6262
name = "cz_customize"
63-
version = "1.3.1"
63+
version = "1.3.2"
6464
version_files = [
6565
"pyproject.toml:^version",
6666
]

0 commit comments

Comments
 (0)