Skip to content

Commit f562044

Browse files
committed
bump: version 2023.4.0 → 2023.4.0.post1
1 parent 67dd0f9 commit f562044

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Diff for: .cz.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: v$version
55
update_changelog_on_bump: true
6-
version: 2023.4.0
7-
version_files:
8-
- pyproject.toml:version
6+
version_provider: pep621
7+
version_scheme: pep440

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2023.4.0.post1 (2023-09-23)
2+
3+
### Feat
4+
5+
- **pip**: python 3.11 (#56)
6+
17
## v2023.4.0 (2023-04-18)
28

39
### Feat

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "incendium-stubs"
9-
version = "2023.4.0"
9+
version = "2023.4.0.post1"
1010
description = "incendium stubs package"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)