Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8fa4db

Browse files
author
semantic-release
committed
0.2.1 [skip ci]
1 parent a7797a1 commit f8fa4db

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.2.1 (2024-12-25)
5+
6+
### Bug Fixes
7+
8+
- Change release config
9+
([`a7797a1`](https://github.com/philipbgm/python-project-medium/commit/a7797a1e525bd655b809df66ae62158c16dd8f00))
10+
11+
412
## v0.2.0 (2024-12-25)
513

614
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "example_app"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = ""
55
homepage = "https://github.com/philipbgm/python-project-medium.git"
66
repository = "https://github.com/philipbgm/python-project-medium.git"

src/example_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)