From 58e4e42b301971b575f42a3f8738229709d7e24e Mon Sep 17 00:00:00 2001 From: shagi Date: Fri, 6 Nov 2020 16:32:56 +0100 Subject: [PATCH] Bump version: 1.1 --- CHANGELOG.md | 5 +++++ negromate/songs/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..75eaac5 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/negromate/songs/__init__.py b/negromate/songs/__init__.py index 8b86b57..c0a19dc 100644 --- a/negromate/songs/__init__.py +++ b/negromate/songs/__init__.py @@ -1,6 +1,6 @@ import logging -VERSION = "1.0" +VERSION = "1.1" logger = logging.getLogger("negromate.songs") diff --git a/setup.cfg b/setup.cfg index f53fa01..6e6faa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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