Skip to content

Commit 4257db1

Browse files
committed
release version v0.2.0
1 parent dab1247 commit 4257db1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: publish package
4343
uses: pypa/[email protected]
4444
with:
45-
user: bucketman
45+
user: __token__
4646
password: ${{ secrets.PYPI_API_TOKEN }}
4747
- name: create Release
4848
uses: actions/create-release@v1

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.2.0] - 2021-12-01
99

1010
### Added
1111

@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- prevent crash on reload in certain scenarios
1818
- exit gracefully when S3 bucket can't be accessed
1919

20-
## [0.1.0] - 2021-11-28
20+
## [v0.1.0] - 2021-11-28
2121

2222
### Added
2323

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='bucketman',
10-
version='0.1.0',
10+
version='0.2.0',
1111
description='A terminal application for working with S3 buckets.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)