Skip to content

Commit 1399eda

Browse files
author
ajohns
committed
updated ver, changelog
1 parent 44020bf commit 1399eda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.31.3](https://github.com/nerdvegas/rez/tree/2.31.3) (2019-06-22)
4+
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.31.2...2.31.3)
5+
6+
**Merged pull requests:**
7+
8+
- Bugfix for alias() on Windows [\#607](https://github.com/nerdvegas/rez/pull/607) ([mottosso](https://github.com/mottosso))
9+
310
## [2.31.2](https://github.com/nerdvegas/rez/tree/2.31.2) (2019-06-22)
411
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.31.1...2.31.2)
512

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.31.2"
4+
_rez_version = "2.31.3"
55

66
try:
77
from rez.vendor.version.version import Version

0 commit comments

Comments
 (0)