File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.0] - 2020-11-03
10
+
9
11
### Added
10
12
* Add support for Python 3.9
11
13
* Add a possibility to append a string to the User-Agent via ` B2_USER_AGENT_APPEND ` env
@@ -157,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157
159
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
158
160
* Better handling of some errors from the B2 service.
159
161
160
- [ Unreleased ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v2.0.2...HEAD
162
+ [ Unreleased ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v2.1.0...HEAD
163
+ [ 2.1.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v2.0.2...v2.1.0
161
164
[ 2.0.2 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v2.0.0...v2.0.2
162
165
[ 2.0.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v1.4.2...v2.0.0
163
166
[ 1.4.2 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v1.4.0...v1.4.2
Original file line number Diff line number Diff line change 1
1
# B2 Command Line Tool
2
2
  ; [ ![ Continuous Integration] ( https://github.com/Backblaze/B2_Command_Line_Tool/workflows/Continuous%20Integration/badge.svg )] ( https://github.com/Backblaze/B2_Command_Line_Tool/actions?query=workflow%3A%22Continuous+Integration%22 )   ; [ ![ License] ( https://img.shields.io/pypi/l/b2.svg?label=License )] ( https://pypi.python.org/pypi/b2 )   ; [ ![ python versions] ( https://img.shields.io/pypi/pyversions/b2.svg?label=python%20versions )] ( https://pypi.python.org/pypi/b2 )   ; [ ![ PyPI version] ( https://img.shields.io/pypi/v/b2.svg?label=PyPI%20version )] ( https://pypi.python.org/pypi/b2 )
3
3
4
+
5
+
4
6
The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage.
5
7
6
8
This program provides command-line access to the B2 service.
7
9
8
- Version 2.0.2
9
-
10
10
# Installation
11
11
12
12
This tool can be installed with:
@@ -68,7 +68,7 @@ The environment variable B2_ACCOUNT_INFO specifies the sqlite
68
68
file to use for caching authentication information.
69
69
The default file to use is: ~ /.b2_account_info
70
70
71
- For more details on one command: b2 help <command >
71
+ For more details on one command: b2 <command > --help
72
72
73
73
When authorizing with application keys, this tool requires that the key
74
74
have the 'listBuckets' capability so that it can take the bucket names
Original file line number Diff line number Diff line change 8
8
#
9
9
######################################################################
10
10
11
- VERSION = '2.0.3 '
11
+ VERSION = '2.1.0 '
Original file line number Diff line number Diff line change 1
1
arrow >= 0.8.0 ,< 1.0.0 ; python_version < = '3.5'
2
2
arrow >= 0.8.0 ; python_version > '3.5'
3
- b2sdk >= 1.1.4 ,< 1.2 .0
3
+ b2sdk >= 1.2.0 ,< 1.3 .0
4
4
phx-class-registry == 3.0.5
You can’t perform that action at this time.
0 commit comments