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