Bump version: 1.1

This commit is contained in:
Ales (Shagi) Zabala Alava 2020-11-06 16:32:56 +01:00
parent 68d20da4cc
commit 58e4e42b30
3 changed files with 7 additions and 2 deletions

5
CHANGELOG.md Normal file
View File

@ -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

View File

@ -1,6 +1,6 @@
import logging import logging
VERSION = "1.0" VERSION = "1.1"
logger = logging.getLogger("negromate.songs") logger = logging.getLogger("negromate.songs")

View File

@ -9,7 +9,7 @@ author_email = shagi@gisa-elkartea.org
url = http://negromate.rocks url = http://negromate.rocks
description = NegroMate karaoke song database library description = NegroMate karaoke song database library
long_description_content_type = text/markdown long_description_content_type = text/markdown
long_description = file: README.md long_description = files: README.md, CHANGELOG.md
license = GPLv3 license = GPLv3
classifiers = classifiers =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable