Skip to content

Commit

Permalink
bump: version 2023.1.0 → 2023.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
César Román committed Feb 26, 2023
1 parent e98f8cd commit 9244476
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
name: cz_conventional_commits
tag_format: v$version
update_changelog_on_bump: true
version: 2023.1.0
version: 2023.2.0
version_files:
- src/incendium/version.py
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2023.2.0 (2023-02-25)

### Feat

- **vision**: add authentication and authorization (#137)

### Refactor

- **ci**: remove matrix strategy (#116)

## v2023.1.0 (2023-01-09)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion src/incendium/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version module."""

__version__ = "2023.1.0"
__version__ = "2023.2.0"

0 comments on commit 9244476

Please sign in to comment.