Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keithele committed Jul 15, 2020
1 parent 9df1ae9 commit 49a29b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The command-line tool that gives easy access to all of the capabilities of B2 Cl

This program provides command-line access to the B2 service.

Version 2.0.0
Version 2.0.2

# Installation

Expand Down Expand Up @@ -110,6 +110,10 @@ For advanced users, a hidden option `--logConfig <filename.ini>` can be used to

## Not released yet

## 2.0.2 (2020-07-15)

Changes:

* Add `--environment` internal parameter for `authorize-account`

## 2.0.0 (2020-06-25)
Expand Down
2 changes: 1 addition & 1 deletion b2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#
######################################################################

VERSION = '2.0.0'
VERSION = '2.0.2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arrow>=0.8.0,<0.13.1; python_version <= '3.4'
arrow>=0.8.0; python_version > '3.4'
b2sdk>=1.1.3,<1.2.0
b2sdk>=1.1.4,<1.2.0
class-registry==2.1.2
six>=1.13

0 comments on commit 49a29b6

Please sign in to comment.