Skip to content

Commit

Permalink
version, changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Nov 19, 2021
1 parent 8e170b7 commit c04643e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.98.3 (2021-11-19)
[Source](https://github.com/nerdvegas/rez/tree/2.98.3) | [Diff](https://github.com/nerdvegas/rez/compare/2.98.2...2.98.3)

**Merged pull requests:**

- modified whichcraft for rez [\#1157](https://github.com/nerdvegas/rez/pull/1157) ([nerdvegas](https://github.com/nerdvegas))

**Closed issues:**

- rez-pip not working ? [\#904](https://github.com/nerdvegas/rez/issues/904)
- NoneType Error When Using `rez pip` on Windows [\#1024](https://github.com/nerdvegas/rez/issues/1024)

## 2.98.2 (2021-11-19)
[Source](https://github.com/nerdvegas/rez/tree/2.98.2) | [Diff](https://github.com/nerdvegas/rez/compare/2.98.1...2.98.2)

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.98.2"
_rez_version = "2.98.3"


# Copyright 2013-2016 Allan Johns.
Expand Down

0 comments on commit c04643e

Please sign in to comment.