diff --git a/CHANGELOG.md b/CHANGELOG.md index dffaa7f75..4d7c4eda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.77.1 (2021-03-16) +[Source](https://github.com/nerdvegas/rez/tree/2.77.1) | [Diff](https://github.com/nerdvegas/rez/compare/2.77.0...2.77.1) + +**Merged pull requests:** + +- Fix missing files in sdist [\#1042](https://github.com/nerdvegas/rez/pull/1042) ([davidlatwe](https://github.com/davidlatwe)) + ## 2.77.0 (2021-03-09) [Source](https://github.com/nerdvegas/rez/tree/2.77.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.76.0...2.77.0) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index f3c2e6726..2bb003484 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.77.0" +_rez_version = "2.77.1" # Copyright 2013-2016 Allan Johns.