From 41cb49039a8f0151a492e6a7aa392dc83aa5e877 Mon Sep 17 00:00:00 2001 From: ajohns Date: Fri, 8 Nov 2019 11:17:07 +1100 Subject: [PATCH] version, changelog update --- CHANGELOG.md | 20 ++++++++++++++++++++ src/rez/utils/_version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed6724e7..f36c6fdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.47.13 (2019-11-08) +[Source](https://github.com/nerdvegas/rez/tree/2.47.13) | [Diff](https://github.com/nerdvegas/rez/compare/2.47.12...2.47.13) + +**Notes** + +This release just makes some minor changes related to the CI tests. As well as the changes in the PR shown +below, the following changes were also made: + +* 'Windows Docks' workflow was renamed 'Windows' +* MacOS version used in workflow was changed from 10.14 to 'latest', as per Github's instructions (which were + emailed to me). + +**Merged pull requests:** + +- Updated actions badges in README [\#786](https://github.com/nerdvegas/rez/pull/786) ([j0yu](https://github.com/j0yu)) + +**Closed issues:** + +- Fix README actions badges not showing current master status [\#785](https://github.com/nerdvegas/rez/issues/785) + ## 2.47.12 (2019-11-06) [Source](https://github.com/nerdvegas/rez/tree/2.47.12) | [Diff](https://github.com/nerdvegas/rez/compare/2.47.11...2.47.12) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index f777afd82..150162cce 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.47.12" +_rez_version = "2.47.13" # Copyright 2013-2016 Allan Johns.