Skip to content

Commit 117943a

Browse files
committed
Prepare 14.0.0 release.
1 parent b6fdc96 commit 117943a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes relevant to the users of python-tcod are documented here.
44
This project adheres to [Semantic Versioning](https://semver.org/) since version `2.0.0`.
55

66
## [Unreleased]
7+
8+
## [14.0.0] - 2022-12-09
79
### Added
810
- Added explicit support for namespace packages.
911

tcod/tileset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def procedural_block_elements(*, tileset: Tileset) -> None:
720720
721721
.. versionadded:: 11.12
722722
723-
.. versionchanged:: Unreleased
723+
.. versionchanged:: 14.0
724724
Character at index ``0x7F`` was changed from value ``0x7F`` to the HOUSE ``⌂`` glyph ``0x2302``.
725725
"""
726726

0 commit comments

Comments
 (0)