From b23c960e2bb8a721f15e83995526fdda87627ed7 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Wed, 23 May 2018 10:18:24 -0700 Subject: [PATCH] Tag for 1.2.1 release --- CHANGELOG.md | 4 +++- blobxfer/version.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ee5a9..c7778af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +## [1.2.1] - 2018-05-23 ### Changed - Updated dependencies @@ -348,7 +349,8 @@ usage documentation carefully when upgrading from 0.12.1. `--no-skiponmatch`. - 0.8.2: performance regression fixes -[Unreleased]: https://github.com/Azure/blobxfer/compare/1.2.0...HEAD +[Unreleased]: https://github.com/Azure/blobxfer/compare/1.2.1...HEAD +[1.2.1]: https://github.com/Azure/blobxfer/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/Azure/blobxfer/compare/1.1.0...1.2.0 [1.1.1]: https://github.com/Azure/blobxfer/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/Azure/blobxfer/compare/1.0.0...1.1.0 diff --git a/blobxfer/version.py b/blobxfer/version.py index e3ba800..5daceff 100644 --- a/blobxfer/version.py +++ b/blobxfer/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '1.2.0' +__version__ = '1.2.1'