diff --git a/README.md b/README.md index 727ae516f..cbf17d7ff 100644 --- a/README.md +++ b/README.md @@ -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 @@ -110,6 +110,10 @@ For advanced users, a hidden option `--logConfig ` 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) diff --git a/b2/version.py b/b2/version.py index ebf40b26d..966bf9cc5 100644 --- a/b2/version.py +++ b/b2/version.py @@ -8,4 +8,4 @@ # ###################################################################### -VERSION = '2.0.0' +VERSION = '2.0.2' diff --git a/requirements.txt b/requirements.txt index 1006adbe5..0150354b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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