Skip to content

Commit

Permalink
Prepare for release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Jan 27, 2022
1 parent 5ff51d6 commit 3afa9de
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.0](https://github.com/allenai/tango/releases/tag/v0.4.0) - 2022-01-27

### Changed

- Default log level is `WARNING` instead of `ERROR`.
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 = "rc5"
_SUFFIX = ""

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

0 comments on commit 3afa9de

Please sign in to comment.