From c2f0435d368efeeba19b68e812bce13690b888a5 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 11 Jan 2024 17:18:43 -0500 Subject: [PATCH] Prepare v0.4.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 e08aa7d..4312196 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.4.0] - 2024-01-11 + ### Changed - Updated Textual from 0.27.0 to 0.38.1 @@ -93,7 +95,8 @@ 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.3.0...HEAD +[unreleased]: https://github.com/1j01/textual-paint/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/1j01/textual-paint/compare/v0.3.0...v0.4.0 [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 0beab05..0af1211 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = textual_paint -version = 0.3.0 +version = 0.4.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 73acd73..ebb36ab 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.3.0" +__version__ = "0.4.0" __license__ = "MIT" # Set version string when in a git repository