Skip to content

Commit b81395a

Browse files
committed
Prepare 15.0.1 release.
1 parent 2e44730 commit b81395a

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+
## [15.0.1] - 2023-03-30
79
### Added
810
- Added support for `tcod.sdl` namespace packages.
911

tcod/sdl/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def read_pixels(
507507
Returns:
508508
The output uint8 array of shape: ``(height, width, channels)`` with the fetched pixels.
509509
510-
.. versionadded:: Unreleased
510+
.. versionadded:: 15.0
511511
"""
512512
FORMATS: Final = {"RGB": lib.SDL_PIXELFORMAT_RGB24, "RGBA": lib.SDL_PIXELFORMAT_RGBA32}
513513
sdl_format = FORMATS.get(format) if isinstance(format, str) else format

0 commit comments

Comments
 (0)