Skip to content

Commit c208e9d

Browse files
committed
Bump version
1 parent 63ea60d commit c208e9d

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.15] - 2025-12-24
8+
9+
### Fixed
10+
11+
- Minor bugs.
12+
713
## [1.9.14] - 2025-11-05
814

915
### Fixed
@@ -371,6 +377,7 @@ For now auto generation available only
371377
- GraphQL: Season selection by id
372378
- GraphQL: Paginated (Edged) seasons selection
373379

380+
[1.9.15]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.15
374381
[1.9.14]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.14
375382
[1.9.13]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.13
376383
[1.9.12]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.12

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.14"
6+
version = "1.9.15"
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)