Skip to content

Commit

Permalink
Merge pull request #21 from matthewhanson/mah/release
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
matthewhanson authored Nov 19, 2022
2 parents 2f44b80 + c56a615 commit d179f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.3.4] - 2022-11-18
## [v0.4.0] - 2022-11-18

### Added
- s3.download_with_metadata() downloads a file and returns both the file path and a selection of metadata about the object (e.g. ETag, Version, etc)
Expand Down Expand Up @@ -125,8 +125,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial Release

[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.3.4...main
[v0.3.4]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.3.4
[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.4.0...main
[v0.4.0]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.4.0
[v0.3.3]: https://github.com/matthewhanson/boto3-utils/compare/0.3.2...0.3.3
[v0.3.2]: https://github.com/matthewhanson/boto3-utils/compare/0.3.1...0.3.2
[v0.3.1]: https://github.com/matthewhanson/boto3-utils/compare/0.3.0...0.3.1
Expand Down
2 changes: 1 addition & 1 deletion boto3utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.4'
__version__ = '0.4.0'

0 comments on commit d179f26

Please sign in to comment.