Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krateng committed Oct 29, 2023
1 parent f23dde2 commit 765f8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
VERSION = "3.2.0"
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.5"
version = "3.2.0"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.10"
Expand Down

3 comments on commit 765f8b3

@Clusters
Copy link

@Clusters Clusters commented on 765f8b3 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will native Alpine Linux still be supported after the architecture change?

@krateng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Native Alpine as in just your own Alpine server, no Container? That should not be affected. However the Python requirement has been bumped to 3.10, so make sure your Alpine version has that.

@Clusters
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krateng I use a (quite overkill) lxc container. It should be no problem then. Thanks for the hint with 3.10 👍

Please sign in to comment.