Skip to content

Commit c21a4dc

Browse files
author
ajohns
committed
ver, changelog update
1 parent d864399 commit c21a4dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.32.1](https://github.com/nerdvegas/rez/tree/2.32.1) (2019-06-24)
4+
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.32.0...2.32.1)
5+
6+
**Merged pull requests:**
7+
8+
- Support for external PyYAML and Python 3 [\#622](https://github.com/nerdvegas/rez/pull/622) ([mottosso](https://github.com/mottosso))
9+
- Fix escaping backslashes in tcsh on Mac OS [\#497](https://github.com/nerdvegas/rez/pull/497) ([skral](https://github.com/skral))
10+
311
## [2.32.0](https://github.com/nerdvegas/rez/tree/2.32.0) (2019-06-23)
412
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.31.4...2.32.0)
513

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.32.0"
4+
_rez_version = "2.32.1"
55

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

0 commit comments

Comments
 (0)