Skip to content

Commit

Permalink
Prepare 14.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Dec 10, 2022
1 parent b6fdc96 commit 117943a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ Changes relevant to the users of python-tcod are documented here.
This project adheres to [Semantic Versioning](https://semver.org/) since version `2.0.0`.

## [Unreleased]

## [14.0.0] - 2022-12-09
### Added
- Added explicit support for namespace packages.

Expand Down
2 changes: 1 addition & 1 deletion tcod/tileset.py
Expand Up @@ -720,7 +720,7 @@ def procedural_block_elements(*, tileset: Tileset) -> None:
.. versionadded:: 11.12
.. versionchanged:: Unreleased
.. versionchanged:: 14.0
Character at index ``0x7F`` was changed from value ``0x7F`` to the HOUSE ``⌂`` glyph ``0x2302``.
"""

Expand Down

0 comments on commit 117943a

Please sign in to comment.