Skip to content

Commit 38859b4

Browse files
Bump ver for release (#334)
1 parent 9edd714 commit 38859b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.1.4] - 2023-12-27
89
### Added
910
- Python 3.12 support.
1011

@@ -69,7 +70,8 @@ part of Tanjun.
6970
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
7071
are now processed within the client and any necessary caching is kept internal.
7172

72-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...HEAD
73+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...HEAD
74+
[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4
7375
[0.1.3]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...v0.1.3
7476
[0.1.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.1...v0.1.2
7577
[0.1.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.0...v0.1.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "alluka"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.13"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)