Skip to content

Commit 8c8d3de

Browse files
committed
Bump version
1 parent 5049c69 commit 8c8d3de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.13.3] - 2026-02-10
8+
9+
### Fixed
10+
11+
- Possible SSE memory leak.
12+
13+
### Improved
14+
15+
- General codebase.
16+
717
## [1.13.2] - 2026-01-29
818

919
### Fixed
@@ -554,6 +564,7 @@ For now auto generation available only
554564
- GraphQL: Season selection by id
555565
- GraphQL: Paginated (Edged) seasons selection
556566

567+
[1.13.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.13.3
557568
[1.13.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.13.2
558569
[1.13.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.13.1
559570
[1.12.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.12.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futuramaapi"
33

44
[tool.poetry]
55
name = "futuramaapi"
6-
version = "1.13.2"
6+
version = "1.13.3"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <ivan.koldakov@gmail.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)