Skip to content

Commit 549cbba

Browse files
committed
version, changelog update
1 parent 774134e commit 549cbba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 2.104.8 (2022-03-01)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.104.8) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.7...2.104.8)
5+
6+
**Merged pull requests:**
7+
8+
- Re-enable py3 workflow in windows.yaml [\#1232](https://github.com/nerdvegas/rez/pull/1232) ([instinct-vfx](https://github.com/instinct-vfx))
9+
- fix: address zsh install message displaying wrong completion script [\#1235](https://github.com/nerdvegas/rez/pull/1235) ([maxnbk](https://github.com/maxnbk))
10+
- Explicit fail when python executable is not found [\#1236](https://github.com/nerdvegas/rez/pull/1236) ([aboellinger](https://github.com/aboellinger))
11+
12+
**Closed issues:**
13+
14+
- Typo on install message [\#1186](https://github.com/nerdvegas/rez/issues/1186)
15+
316
## 2.104.7 (2022-02-16)
417
[Source](https://github.com/nerdvegas/rez/tree/2.104.7) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.6...2.104.7)
518

src/rez/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# Update this value to version up Rez. Do not place anything else in this file.
6-
_rez_version = "2.104.7"
6+
_rez_version = "2.104.8"

0 commit comments

Comments
 (0)