Skip to content

Commit e1e135a

Browse files
author
ajohns
committed
-update version, changelog
1 parent cdddaec commit e1e135a

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.35.0](https://github.com/nerdvegas/rez/tree/2.35.0) (2019-07-10)
4+
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.34.0...2.35.0)
5+
6+
**Merged pull requests:**
7+
8+
- WIP No more "Terminate Batch Job? (Y/N)" - Take 2 [\#627](https://github.com/nerdvegas/rez/pull/627) ([mottosso](https://github.com/mottosso))
9+
10+
**Closed issues:**
11+
12+
- Shell history not working in cmd.exe or PowerShell [\#616](https://github.com/nerdvegas/rez/issues/616)
13+
314
## [2.34.0](https://github.com/nerdvegas/rez/tree/2.34.0) (2019-07-10)
415
[Full Changelog](https://github.com/nerdvegas/rez/compare/2.33.0...2.34.0)
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.34.0"
4+
_rez_version = "2.35.0"
55

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

0 commit comments

Comments
 (0)