Skip to content

Commit

Permalink
Merge pull request #814 from Backblaze/prepare-v3.5.0
Browse files Browse the repository at this point in the history
Prepare release 3.5.0
  • Loading branch information
mpnowacki-reef authored Jul 29, 2022
2 parents 89f4fdf + 1c32f1b commit a71ab0c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2019]
os: [macos-11, windows-2019]
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 7 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.5.0] - 2022-07-27

As in 3.4.0, replication support may be unstable, however no backward-incompatible
changes are currently planned.
This version is pinned strictly to `b2-sdk-python==1.17.3` for the same reason.
Expand All @@ -15,6 +17,9 @@ This version is pinned strictly to `b2-sdk-python==1.17.3` for the same reason.
* Add `--skip-hash-verification` parameter
* Add `replication-status` command

### Changed
* Minimum MacOS version from 10.15 to 11.0

### Infrastructure
* Try not to crash tests due to bucket name collision
* Fix replication integration tests
Expand Down Expand Up @@ -345,7 +350,8 @@ This version is pinned strictly to `b2-sdk-python==1.16.0` for the same reason.
* 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.4.0...HEAD
[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...v3.2.1
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sadisplay
sphinx<5.0
sphinx<6.0
sphinx-argparse
sphinx-autobuild
sphinx-rtd-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
arrow>=1.0.2,<2.0.0
b2sdk==1.17.3
docutils==0.16
docutils==0.19
idna>=2.2.0; platform_system == 'Java'
importlib-metadata>=3.3.0; python_version < '3.8'
phx-class-registry==3.0.5
rst2ansi==0.1.5
tabulate==0.8.9
tabulate==0.8.10

0 comments on commit a71ab0c

Please sign in to comment.