From f4107f671d9424aada2e34a43db05cfa534ba4c9 Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Thu, 28 Sep 2023 22:59:08 +0200 Subject: [PATCH] release version 0.3.1 --- CHANGELOG.md | 12 +++++++++--- setup.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db92e8a..b645dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.3.1] - 2023-09-28 + +### Fixed + +- include *.tcss files when packaging app + ## [v0.3.0] - 2023-09-28 -## Added +### Added - implement deletion of S3 object(s) - implement upload of local file(s) to S3 @@ -15,11 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - allow to switch between S3 buckets - implement dry run mode which disables all write operations -## Changed +### Changed - migrate codebase to new Textual version 0.38.1 -## Removed +### Removed - remove components that have been replaced with built-in Textual components diff --git a/setup.py b/setup.py index 622e3da..e4c3897 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="bucketman", - version="0.3.0", + version="0.3.1", description="A terminal application for working with S3 buckets.", long_description=long_description, long_description_content_type="text/markdown",