Skip to content

Commit 8d9c72a

Browse files
committed
Prepare 13.7.0 release.
1 parent f59050b commit 8d9c72a

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+
## [13.7.0] - 2022-08-07
79
### Added
810
- You can new use `SDLConsoleRender.atlas` to access the `SDLTilesetAtlas` used to create it.
911
[#121](https://github.com/libtcod/python-tcod/issues/121)

tcod/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, atlas: SDLTilesetAtlas) -> None:
6969
self.atlas: Final[SDLTilesetAtlas] = atlas
7070
"""The SDLTilesetAtlas used to create this SDLConsoleRender.
7171
72-
.. versionadded:: Unreleased
72+
.. versionadded:: 13.7
7373
"""
7474
self._renderer = atlas._renderer
7575
self._cache_console: Optional[tcod.console.Console] = None

0 commit comments

Comments
 (0)