Skip to content

Commit

Permalink
Changelog and version bump for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AWooldrige committed Apr 9, 2019
1 parent 4d1175d commit c804821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,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]
## [0.3.0] - 2019-04-09
### Added
- Prevent files being deleted on S3 even when they are removed locally.
Supply command line option `--nodelete` or global configuration value
Expand All @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Perform preflight checks to ensure the S3 bucket exists before attempting to
upload. Previously a boto3 stack trace would have been presented at the
start of upload.
- Improved README and command line help text.

### Fixed
- Make S3 attribute changes only once, previously they were being repeated
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='s3sup',
version='0.2.2',
version='0.3.0',
description='Static site uploader for Amazon S3',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c804821

Please sign in to comment.