Skip to content

Commit

Permalink
Prepare for release v0.4.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 16, 2021
1 parent 20138ce commit 9739944
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.0rc3](https://github.com/allenai/tango/releases/tag/v0.4.0rc3) - 2021-12-15

### Added

- Added `DatasetsFormat` format and `LoadStreamingDataset` step to `datasets` integration.
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 = "rc2"
_SUFFIX = "rc3"

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

0 comments on commit 9739944

Please sign in to comment.