Skip to content

Commit d179f26

Browse files
Merge pull request #21 from matthewhanson/mah/release
bump version
2 parents 2f44b80 + c56a615 commit d179f26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [v0.3.4] - 2022-11-18
9+
## [v0.4.0] - 2022-11-18
1010

1111
### Added
1212
- 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)
@@ -125,8 +125,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
125125

126126
Initial Release
127127

128-
[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.3.4...main
129-
[v0.3.4]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.3.4
128+
[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.4.0...main
129+
[v0.4.0]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.4.0
130130
[v0.3.3]: https://github.com/matthewhanson/boto3-utils/compare/0.3.2...0.3.3
131131
[v0.3.2]: https://github.com/matthewhanson/boto3-utils/compare/0.3.1...0.3.2
132132
[v0.3.1]: https://github.com/matthewhanson/boto3-utils/compare/0.3.0...0.3.1

boto3utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.4'
1+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)