Skip to content

Commit

Permalink
Merge pull request #772 from Backblaze/rel3.2.0
Browse files Browse the repository at this point in the history
release 3.2.0
  • Loading branch information
mpnowacki-reef authored Dec 23, 2021
2 parents 955a96f + dcab368 commit 0f8e6bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2021-12-23

### Added
* Add compatibility support for arrow >= 1.0.2 on newer Python versions while
continuing to support Python 3.5
Expand Down Expand Up @@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
* Better handling of some errors from the B2 service.

[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...HEAD
[3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.3...v3.1.0
[3.0.3]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
arrow>=0.8.0,<1.0.0; python_version <= '3.5'
arrow>=1.0.2,<2.0.0; python_version >= '3.6'
b2sdk>=1.13.0,<2.0.0
b2sdk>=1.14.0,<2.0.0
docutils==0.16
idna>=2.2.0; platform_system == 'Java'
importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'
Expand Down

0 comments on commit 0f8e6bd

Please sign in to comment.