Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 15, 2024
1 parent 3ad98f0 commit 6ade539
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.1.1 (2024-01-15)

### Fix

* fix: Changed Changelog format (rst to md) to make it compatible with semantic-release ([`3ad98f0`](https://github.com/umanamente/py-configmodel/commit/3ad98f0d7dd4410e44c5b755ae8082fa9a3f9e0c))


## v0.1.0 (2024-01-15)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from setuptools import setup

__version__ = "0.1.0"
__version__ = "0.1.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 6ade539

Please sign in to comment.