Skip to content

Commit ba55345

Browse files
committed
Bump new version
1 parent ef969d5 commit ba55345

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.2] - 2024-08-28
8+
9+
### Fixed
10+
11+
- Minor bugs
12+
713
## [1.3.1] - 2024-07-22
814

915
### Improved
@@ -149,6 +155,7 @@ For now auto generation available only
149155
- GraphQL: Season selection by id
150156
- GraphQL: Paginated (Edged) seasons selection
151157

158+
[1.3.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.3.2
152159
[1.3.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.3.1
153160
[1.3.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.3.0
154161
[1.2.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.2.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "futuramaapi"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Inspired REST and GraphQL API based on TV show Futurama"
55
authors = ["Ivan Koldakov <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)