From 269e06e93540a56bb34d8bf385381ff212aa63ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 16 Apr 2025 16:05:16 +0200 Subject: [PATCH] v19.0.1 Also, include a CHANGELOG.md file. --- CHANGELOG.md | 31 +++++++++++++++++++ .../20250407_155216_mlabeeb03_add_gitlab.rst | 1 - changelog.d/scriv.ini | 18 +++++++++++ tutordeck/__about__.py | 2 +- 4 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.d/20250407_155216_mlabeeb03_add_gitlab.rst create mode 100644 changelog.d/scriv.ini diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..86c1927 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +This file includes a history of past releases. Changes that were not yet added to a release are in the [changelog.d/](./changelog.d) folder. + + + + + + +## v19.0.1 (2025-04-16) + +- [Bugfix] Include CSS files in built pypi assets. (by @regisb) + + +## v19.0.0 (2025-04-10) + +- [Feature] Initial release 🌅 (by @mlabeeb03). diff --git a/changelog.d/20250407_155216_mlabeeb03_add_gitlab.rst b/changelog.d/20250407_155216_mlabeeb03_add_gitlab.rst deleted file mode 100644 index 6acf5d4..0000000 --- a/changelog.d/20250407_155216_mlabeeb03_add_gitlab.rst +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @mlabeeb03) \ No newline at end of file diff --git a/changelog.d/scriv.ini b/changelog.d/scriv.ini new file mode 100644 index 0000000..8263dd5 --- /dev/null +++ b/changelog.d/scriv.ini @@ -0,0 +1,18 @@ +[scriv] +version = literal: tutormfe/__about__.py: __version__ +categories = +format = md +md_header_level = 2 +new_fragment_template = + + + + +entry_title_template = {%% if version %%}v{{ version }} {%% endif %%}({{ date.strftime('%%Y-%%m-%%d') }}) diff --git a/tutordeck/__about__.py b/tutordeck/__about__.py index 0122a6f..39b5f3f 100644 --- a/tutordeck/__about__.py +++ b/tutordeck/__about__.py @@ -1 +1 @@ -__version__ = "19.0.0" +__version__ = "19.0.1"