Skip to content

Commit c6954d5

Browse files
author
ajohns
committed
changelog, version update
1 parent 1c97a43 commit c6954d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.91.0 (2021-06-16)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.91.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.90.3...2.91.0)
5+
6+
**Merged pull requests:**
7+
8+
- added env-var to disable cofig reads from ~/.rezconfig.py [\#1098](https://github.com/nerdvegas/rez/pull/1098) ([nerdvegas](https://github.com/nerdvegas))
9+
10+
**Closed issues:**
11+
12+
- config selftest can fail [\#1097](https://github.com/nerdvegas/rez/issues/1097)
13+
314
## 2.90.3 (2021-06-16)
415
[Source](https://github.com/nerdvegas/rez/tree/2.90.3) | [Diff](https://github.com/nerdvegas/rez/compare/2.90.2...2.90.3)
516

src/rez/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
# Update this value to version up Rez. Do not place anything else in this file.
4-
_rez_version = "2.90.3"
4+
_rez_version = "2.91.0"
55

66

77
# Copyright 2013-2016 Allan Johns.

0 commit comments

Comments
 (0)