Skip to content

Commit

Permalink
chlog, ver update
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Feb 8, 2022
1 parent 8c554e8 commit 6f085b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.104.1 (2022-02-08)
[Source](https://github.com/nerdvegas/rez/tree/2.104.1) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.0...2.104.1)

**Merged pull requests:**

- Fix aliases in windows powershell/pwsh [\#1192](https://github.com/nerdvegas/rez/pull/1192) ([koaleksa](https://github.com/koaleksa))

**Closed issues:**

- Aliases broken on windows when using powershell [\#1191](https://github.com/nerdvegas/rez/issues/1191)

## 2.104.0 (2022-02-08)
[Source](https://github.com/nerdvegas/rez/tree/2.104.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.103.4...2.104.0)

Expand Down
2 changes: 1 addition & 1 deletion src/rez/utils/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@


# Update this value to version up Rez. Do not place anything else in this file.
_rez_version = "2.104.0"
_rez_version = "2.104.1"

0 comments on commit 6f085b7

Please sign in to comment.