Skip to content

Commit 9522fae

Browse files
author
César Román
committed
bump: version 2023.1.0.post1 → 2023.2.0
1 parent 807c0c1 commit 9522fae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1.0.post1
6+
version: 2023.2.0
77
version_files:
88
- pyproject.toml:version

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2023.2.0 (2023-02-25)
2+
3+
### Feat
4+
5+
- **vision**: add authentication and authorization (#35)
6+
7+
## v2023.1.0.post1 (2023-02-02)
8+
19
## v2023.1.0 (2023-02-14)
210

311
## v2023.1.0.post1 (2023-02-02)

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.1.0.post1"
9+
version = "2023.2.0"
1010
description = "incendium stubs package"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)