Skip to content

Commit

Permalink
bump: version 2.1.2 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 27, 2024
1 parent a08fdc6 commit c1f5a9b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@



## 2.2.0 (2024-06-27)

### Feat

- update python to 3.12

## 2.1.2 (2023-11-08)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions helm_v3/pymockserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.1.2
version: 2.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.1.2
appVersion: 2.2.0
2 changes: 1 addition & 1 deletion pymockserver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pymockserver.routers import meta, mockserver
from pymockserver.tools.utils import use_route_names_as_operation_ids

__version__ = "2.1.2"
__version__ = "2.2.0"


@asynccontextmanager
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.12"

[tool.poetry]
name = "pymockserver"
version = "2.1.2"
version = "2.2.0"
description = "Simple MockServer implemented in python"
authors = ["Kudlaty <kfuks2@gmail.com>"]
license = "GPL-3.0"
Expand All @@ -29,7 +29,7 @@ ruff = "^0.5.0"
[tool.commitizen]
version_provider = "poetry"
name = "cz_conventional_commits"
version = "2.1.2"
version = "2.2.0"
annotated_tag = true
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit c1f5a9b

Please sign in to comment.