Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 28, 2024
1 parent 7817834 commit 42b9a6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v0.1.3] - 2024-07-28

### Fix

* fix(ci): add missing id 'release' which prevented publications ([`71609c9`](https://github.com/tom65536/annual/commit/71609c958afb908c0cc41176630a682c55097990))

### Unknown

* Merge pull request #22 from tom65536/11-add-code-coverage

fix(ci): add missing id 'release' which prevented publications ([`7817834`](https://github.com/tom65536/annual/commit/7817834c75673c2bab5440ca8f46317411476bb8))
## [v0.1.2] - 2024-07-28

### Chore
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'annual'
copyright = '2024, Thomas Reiter' # pylint: disable=redefined-builtin
author = 'Thomas Reiter'
release = '0.1.2'
release = '0.1.3'

# -- General configuration -------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/annual/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import annotations

__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 42b9a6d

Please sign in to comment.