Skip to content

Commit 69ece30

Browse files
author
César Román
committed
bump: version 2023.3.0 → 2023.4.0
1 parent 0c968d4 commit 69ece30

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: v$version
55
update_changelog_on_bump: true
6-
version: 2023.3.0
6+
version: 2023.4.0
77
version_files:
88
- pyproject.toml:version

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2023.4.0 (2023-04-18)
2+
3+
### Feat
4+
5+
- **db**: handle concurrent DisposableConnection connections (#40)
6+
17
## v2023.3.0 (2023-03-30)
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.3.0"
9+
version = "2023.4.0"
1010
description = "incendium stubs package"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)