Skip to content

Commit

Permalink
Fixes #792
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohns committed Dec 5, 2019
1 parent bf9208f commit 6c4b1c4
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.48.1 (2019-12-05)
[Source](https://github.com/nerdvegas/rez/tree/2.48.1) | [Diff](https://github.com/nerdvegas/rez/compare/2.48.0...2.48.1)

**Merged pull requests:**

- Fixes #792 cmd empty echo [\#793](https://github.com/nerdvegas/rez/pull/793) ([bfloch](https://github.com/bfloch))

**Closed issues:**

- cmd handles empty echo incorrectly [\#792](https://github.com/nerdvegas/rez/issues/792)

## 2.48.0 (2019-11-26)
[Source](https://github.com/nerdvegas/rez/tree/2.48.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.47.14...2.48.0)

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


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


# Copyright 2013-2016 Allan Johns.
Expand Down

0 comments on commit 6c4b1c4

Please sign in to comment.