Skip to content

Commit

Permalink
πŸ”– bump(release): v0.2.1 β†’ v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 24, 2024
1 parent b7b9191 commit 7ea9c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.2 (2024-01-24)

### πŸ›πŸš‘οΈ Fixes

- use python 3.11 in deploy workflow

## v0.2.1 (2024-01-23)

### πŸ›πŸš‘οΈ Fixes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsws-client"
version = "0.2.1"
version = "0.2.2"
description = "Python client for the Datastream Web Service API (DSWS)"
authors = ["ljnsn <info@ljnsn.com>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "dsws_client"}]

[tool.commitizen]
name = "cz_gitmoji"
version = "0.2.1"
version = "0.2.2"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
bump_message = "πŸ”– bump(release): v$current_version β†’ v$new_version"
Expand Down

0 comments on commit 7ea9c16

Please sign in to comment.