Skip to content

Commit

Permalink
release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brennerm committed Dec 1, 2021
1 parent dab1247 commit 4257db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: publish package
uses: pypa/[email protected]
with:
user: bucketman
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: create Release
uses: actions/create-release@v1
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4257db1

Please sign in to comment.