Skip to content

Commit

Permalink
Prepare for release v0.4.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 20, 2021
1 parent 7a65540 commit 465a525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.4.0rc4](https://github.com/allenai/tango/releases/tag/v0.4.0rc4) - 2021-12-20

### Fixed

- Fixed a bug where `StepInfo` fails to deserialize when `error` is an exception that can't be pickled.
Expand Down
2 changes: 1 addition & 1 deletion tango/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# released build.
_PATCH = "0"
# This is mainly for pre-releases which have the suffix "rc[0-9]+".
_SUFFIX = "rc3"
_SUFFIX = "rc4"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}{3}".format(_MAJOR, _MINOR, _PATCH, _SUFFIX)

0 comments on commit 465a525

Please sign in to comment.