Skip to content

Commit 8734961

Browse files
author
ajohns
committed
updated ver, changelog
1 parent 5e04b89 commit 8734961

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.4](https://github.com/nerdvegas/rez/tree/2.31.4) (2019-06-22)
4+
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.31.3...2.31.4)
5+
6+
**Merged pull requests:**
7+
8+
- Expose Python standard module __file__ and __name__ to rezconfig [\#636](https://github.com/nerdvegas/rez/pull/636) ([mottosso](https://github.com/mottosso))
9+
310
## [2.31.3](https://github.com/nerdvegas/rez/tree/2.31.3) (2019-06-22)
411
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.31.2...2.31.3)
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.3"
4+
_rez_version = "2.31.4"
55

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

0 commit comments

Comments
 (0)