Skip to content

Commit

Permalink
Prepare 13.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Aug 8, 2022
1 parent f59050b commit 8d9c72a
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]

## [13.7.0] - 2022-08-07
### Added
- You can new use `SDLConsoleRender.atlas` to access the `SDLTilesetAtlas` used to create it.
[#121](https://github.com/libtcod/python-tcod/issues/121)
Expand Down
2 changes: 1 addition & 1 deletion tcod/render.py
Expand Up @@ -69,7 +69,7 @@ def __init__(self, atlas: SDLTilesetAtlas) -> None:
self.atlas: Final[SDLTilesetAtlas] = atlas
"""The SDLTilesetAtlas used to create this SDLConsoleRender.
.. versionadded:: Unreleased
.. versionadded:: 13.7
"""
self._renderer = atlas._renderer
self._cache_console: Optional[tcod.console.Console] = None
Expand Down

0 comments on commit 8d9c72a

Please sign in to comment.