Skip to content

Commit 93b49e7

Browse files
committed
Bump version
1 parent 1112933 commit 93b49e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.9.16] - 2025-12-30
8+
9+
### Improved
10+
11+
- General codebase.
12+
713
## [1.9.15] - 2025-12-24
814

915
### Fixed
@@ -377,6 +383,7 @@ For now auto generation available only
377383
- GraphQL: Season selection by id
378384
- GraphQL: Paginated (Edged) seasons selection
379385

386+
[1.9.16]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.16
380387
[1.9.15]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.15
381388
[1.9.14]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.14
382389
[1.9.13]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.13

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.9.15"
6+
version = "1.9.16"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <[email protected]>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)