Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krateng committed Feb 26, 2023
1 parent b53141f commit 4330b02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dev/releases/3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ minor_release_name: "Soyeon"
- "[Feature] Made image upload part of regular API"
- "[Bugfix] Additional entity name sanitization"
- "[Bugfix] Fixed image display on Safari"
- "[Bugfix] Fixed entity editing on Firefox"
- "[Bugfix] Made compatibile with SQLAlchemy 2.0"
2 changes: 1 addition & 1 deletion maloja/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you know what f*ck it
# this is hardcoded for now because of that damn project / package name discrepancy
# i'll fix it one day
VERSION = "3.1.4"
VERSION = "3.1.5"
HOMEPAGE = "https://github.com/krateng/maloja"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "malojaserver"
version = "3.1.4"
version = "3.1.5"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 4330b02

Please sign in to comment.