Bump version: 1.1
This commit is contained in:
parent
68d20da4cc
commit
58e4e42b30
|
@ -0,0 +1,5 @@
|
|||
1.1
|
||||
===
|
||||
- Start with generic negromate command with entry points for other modules
|
||||
- Move image generating code to utils
|
||||
- Migrate setup to pep517
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
VERSION = "1.0"
|
||||
VERSION = "1.1"
|
||||
|
||||
|
||||
logger = logging.getLogger("negromate.songs")
|
||||
|
|
|
@ -9,7 +9,7 @@ author_email = shagi@gisa-elkartea.org
|
|||
url = http://negromate.rocks
|
||||
description = NegroMate karaoke song database library
|
||||
long_description_content_type = text/markdown
|
||||
long_description = file: README.md
|
||||
long_description = files: README.md, CHANGELOG.md
|
||||
license = GPLv3
|
||||
classifiers =
|
||||
Development Status :: 5 - Production/Stable
|
||||
|
|
Loading…
Reference in New Issue