From 4257db16bba0539775992774c2feb34597ece685 Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Wed, 1 Dec 2021 23:19:25 +0100 Subject: [PATCH] release version v0.2.0 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1df789..54e2879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: publish package uses: pypa/gh-action-pypi-publish@v1.4.2 with: - user: bucketman + user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: create Release uses: actions/create-release@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbba33..3bff80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [v0.2.0] - 2021-12-01 ### Added @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - prevent crash on reload in certain scenarios - exit gracefully when S3 bucket can't be accessed -## [0.1.0] - 2021-11-28 +## [v0.1.0] - 2021-11-28 ### Added diff --git a/setup.py b/setup.py index 81ee35b..1e63a5d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='bucketman', - version='0.1.0', + version='0.2.0', description='A terminal application for working with S3 buckets.', long_description=long_description, long_description_content_type='text/markdown',