Skip to content

Commit

Permalink
Version number 1.1.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbeach committed Dec 1, 2017
1 parent b68a435 commit 5ddc920
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 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 1.0.0
Version 1.1.0

# Installation

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

# Release History

## 1.1.0 (November 30, 2017)

Just one change in this release:

* Add support for CORS rules in `create-bucket` and `update-bucket`. `get-bucket` will display CORS rules.

## 1.0.0 (November 9, 2017)

This is the same code as 0.7.4, with one incompatible change:
Expand Down
2 changes: 1 addition & 1 deletion b2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# To avoid confusion between official Backblaze releases of this tool and
# the versions on Github, we use the convention that the third number is
# odd for Github, and even for Backblaze releases.
VERSION = '1.0.0'
VERSION = '1.1.0'

PYTHON_VERSION = '.'.join(map(str, sys.version_info[:3])) # something like: 2.7.11

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.0',
version='1.1.0',
description='Command Line Tool for Backblaze B2',
long_description=long_description,

Expand Down

0 comments on commit 5ddc920

Please sign in to comment.