From 8fa569c71daee384b7e6437349a8c038c0af6ed6 Mon Sep 17 00:00:00 2001 From: "Xavier G." Date: Thu, 26 Dec 2024 22:55:24 +0100 Subject: [PATCH] Tag v1.25.0. --- CHANGELOG.md | 2 +- setup.py | 2 +- src/moulti/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bfc9d0..d5ae7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for its CLI (Command-Line Interface), i.e. for the `moulti` command. Although Moulti's Python packages, modules and functions are obviously available, they do not constitute a public API yet. -## Unreleased +## [1.25.0] - 2024-12-26 ### Added diff --git a/setup.py b/setup.py index 53335fd..e25b11d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='moulti', - version='1.24.0', + version='1.25.0', description=short_description, long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/moulti/__init__.py b/src/moulti/__init__.py index f856c2b..00fe577 100644 --- a/src/moulti/__init__.py +++ b/src/moulti/__init__.py @@ -3,4 +3,4 @@ __email__ = 'xavier.moulti@kindwolf.org' __licence__ = 'MIT' __maintainer__ = __author__ -__version__ = '1.24.0' +__version__ = '1.25.0'