We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807c0c1 commit 9522faeCopy full SHA for 9522fae
.cz.yaml
@@ -3,6 +3,6 @@ commitizen:
3
name: cz_conventional_commits
4
tag_format: v$version
5
update_changelog_on_bump: true
6
- version: 2023.1.0.post1
+ version: 2023.2.0
7
version_files:
8
- pyproject.toml:version
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v2023.2.0 (2023-02-25)
2
+
+### Feat
+- **vision**: add authentication and authorization (#35)
+## v2023.1.0.post1 (2023-02-02)
9
## v2023.1.0 (2023-02-14)
10
11
## v2023.1.0.post1 (2023-02-02)
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "incendium_stubs"
-version = "2023.1.0.post1"
+version = "2023.2.0"
description = "incendium stubs package"
readme = "README.md"
12
keywords = [
0 commit comments