From 97ced4bcedbde71ae14396564908b3f47acc8de9 Mon Sep 17 00:00:00 2001 From: nerdvegas Date: Sat, 19 Mar 2022 12:27:59 +1100 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 27f4fb227..258f91a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.104.10 (2022-03-19) +[Source](https://github.com/nerdvegas/rez/tree/2.104.10) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.9...2.104.10) + +**Merged pull requests:** + +- fix: make cmake install directives whitespace friendly [\#1244](https://github.com/nerdvegas/rez/pull/1244) ([maxnbk](https://github.com/maxnbk)) + +**Closed issues:** + +- rez_install_files with LOCAL_SYMLINK fails when an input file has whitespaces in its name [\#553](https://github.com/nerdvegas/rez/issues/553) + ## 2.104.9 (2022-03-01) [Source](https://github.com/nerdvegas/rez/tree/2.104.9) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.8...2.104.9) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index 330445f1b..3cf96f82d 100644 --- a/src/rez/utils/_version.py +++ b/src/rez/utils/_version.py @@ -3,4 +3,4 @@ # Update this value to version up Rez. Do not place anything else in this file. -_rez_version = "2.104.9" +_rez_version = "2.104.10"