Skip to content

Commit d7e0edd

Browse files
committed
Fix banner display in README.md on PyPI
1 parent 27ac08a commit d7e0edd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.8] - 2024-09-16
9+
10+
- Fix banner display in `README.md` on `PyPI`.
11+
812
## [1.0.7] - 2024-09-16
913

1014
- Add `version` command to the CLI.

captametropolis/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.7"
1+
__version__ = "1.0.8"

0 commit comments

Comments
 (0)