Skip to content

Commit 1e889a4

Browse files
Bump to v0.5.0
1 parent 9df9a06 commit 1e889a4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [0.5.0] - 2024-06-20
1618
### Changed
1719
- error parse by raw methods
1820
### Fixed

starkcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
reload(sys)
55
sys.setdefaultencoding("UTF8")
66

7-
version = "0.4.0"
7+
version = "0.5.0"
88

99
from .environment import Environment
1010
from .user import Organization, Project, User

0 commit comments

Comments
 (0)