Skip to content

Commit

Permalink
Tag v1.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierog committed Dec 29, 2024
1 parent c48e134 commit bfcf84c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0] - 2024-12-29

### Changed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='moulti',
version='1.27.0',
version='1.28.0',
description=short_description,
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/moulti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__email__ = 'xavier.moulti@kindwolf.org'
__licence__ = 'MIT'
__maintainer__ = __author__
__version__ = '1.27.0'
__version__ = '1.28.0'

0 comments on commit bfcf84c

Please sign in to comment.