From 20e8727687bb5d3e53f5af260ec14dfe1e4b707f Mon Sep 17 00:00:00 2001 From: "Xavier G." Date: Mon, 9 Sep 2024 06:05:34 +0200 Subject: [PATCH] Tag v1.18.1. --- 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 b5e3d0c..37bf320 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.18.1] - 2024-09-09 ### Fixed diff --git a/setup.py b/setup.py index aa3984b..05194dc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='moulti', - version='1.18.0', + version='1.18.1', 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 978a712..28a3966 100644 --- a/src/moulti/__init__.py +++ b/src/moulti/__init__.py @@ -1,2 +1,2 @@ __author__ = 'Xavier G. ' -__version__ = '1.18.0' +__version__ = '1.18.1'