Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
### [3.1.1](v3.1.0...v3.1.1) (2022-06-20)

### Bug Fixes

* fix return type to support python 3.8 ([18a3a44](18a3a44))
  • Loading branch information
semantic-release-bot committed Jun 20, 2022
1 parent d08f559 commit 2970d85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.1.1](https://github.com/NoamNol/py-strapi/compare/v3.1.0...v3.1.1) (2022-06-20)


### Bug Fixes

* fix return type to support python 3.8 ([18a3a44](https://github.com/NoamNol/py-strapi/commit/18a3a44675f799baf084d8cbbcac75470face83b))

## [3.1.0](https://github.com/NoamNol/py-strapi/compare/v3.0.0...v3.1.0) (2022-06-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pystrapi"
version = "3.1.0"
version = "3.1.1"
description = "Work with Strapi from Python via REST API"
authors = ["Noam Nol <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2970d85

Please sign in to comment.