From a0247a08701160f669c97feedd739d12c374aa08 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 16 Sep 2023 21:42:34 -0400 Subject: [PATCH] Prepare 0.3.0 --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- src/textual_paint/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc11b83..abeb45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-09-16 + ### Removed - `--recode-samples` option is removed, now covered by the `pytest` test suite. @@ -83,6 +85,7 @@ First release! - Dark mode - Magnification using FIGlet font files as well as procedural meta-glyphs, with an optional grid -[unreleased]: https://github.com/1j01/textual-paint/compare/v0.1.0...HEAD +[unreleased]: https://github.com/1j01/textual-paint/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/1j01/textual-paint/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/1j01/textual-paint/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/1j01/textual-paint/releases/tag/v0.1.0 diff --git a/setup.cfg b/setup.cfg index 687ab87..4c6bb7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = textual_paint -version = 0.2.0 +version = 0.3.0 description = MS Paint in the terminal, built with Textual long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/textual_paint/__init__.py b/src/textual_paint/__init__.py index 0f02bcc..73acd73 100644 --- a/src/textual_paint/__init__.py +++ b/src/textual_paint/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright Isaiah Odhner" __credits__ = ["Isaiah Odhner"] __maintainer__ = "Isaiah Odhner" __email__ = "isaiahodhner@gmail.com" -__version__ = "0.2.0" +__version__ = "0.3.0" __license__ = "MIT" # Set version string when in a git repository