From 9aeb934e51808c865f03206ba248842ef8a04f56 Mon Sep 17 00:00:00 2001 From: ajohns Date: Tue, 18 May 2021 14:21:14 +1000 Subject: [PATCH] version, changelog update --- CHANGELOG.md | 11 +++++++++++ src/rez/utils/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af58589da..a3336b1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.88.1 (2021-05-18) +[Source](https://github.com/nerdvegas/rez/tree/2.88.1) | [Diff](https://github.com/nerdvegas/rez/compare/2.88.0...2.88.1) + +**Merged pull requests:** + +- Fix #1065 [\#1067](https://github.com/nerdvegas/rez/pull/1067) ([davidlatwe](https://github.com/davidlatwe)) + +**Closed issues:** + +- windows package cache root switch does only work with "{root}" not this.root [\#1065](https://github.com/nerdvegas/rez/issues/1065) + ## 2.88.0 (2021-05-13) [Source](https://github.com/nerdvegas/rez/tree/2.88.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.87.0...2.88.0) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index 87705668c..981922eaa 100644 --- a/src/rez/utils/_version.py +++ b/src/rez/utils/_version.py @@ -1,7 +1,7 @@ # Update this value to version up Rez. Do not place anything else in this file. -_rez_version = "2.88.0" +_rez_version = "2.88.1" # Copyright 2013-2016 Allan Johns.