Skip to content

Commit

Permalink
bump: version 0.35.3 → 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Dec 4, 2023
1 parent 721261a commit 52a6cbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.36.0 (2023-12-04)

### Feat

- Updated API at 2023-11-27 (#332)

### Fix

- **deps-dev**: bump mypy from 1.7.0 to 1.7.1 in /example (#333)
- **deps-dev**: bump mkdocs-material from 9.4.10 to 9.4.14 (#334)
- **deps-dev**: bump mkdocstrings-python from 1.7.4 to 1.7.5 (#335)
- **deps-dev**: bump mypy from 1.7.0 to 1.7.1 (#336)
- **deps**: bump httpx from 0.25.1 to 0.25.2 (#337)

## 0.35.3 (2023-11-27)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ skip_glob = ".venv"

[tool.poetry]
name = "python-incidentio-client"
version = "0.35.3"
version = "0.36.0"
description = "Python client for Incident.io"
repository = "https://github.com/expobrain/python-incidentio-client"
authors = ["Daniele Esposti <[email protected]>"]
Expand Down Expand Up @@ -72,7 +72,7 @@ ignore_missing_imports = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.35.3"
version = "0.36.0"
version_files = [
"pyproject.toml:^version"
]
Expand Down

0 comments on commit 52a6cbe

Please sign in to comment.