Skip to content

Commit

Permalink
Prepare for release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 8, 2020
1 parent 36ad6b3 commit 5ffc207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.1.0](https://github.com/allenai/allennlp-models/releases/tag/v1.1.0) - 2020-09-08

### Fixed

- Fixed evaluation of metrics when using distributed setting.
Expand Down
2 changes: 1 addition & 1 deletion allennlp_models/version.py
Expand Up @@ -2,7 +2,7 @@

_MAJOR = "1"
_MINOR = "1"
_PATCH = "0rc4"
_PATCH = "0"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")
Expand Down

0 comments on commit 5ffc207

Please sign in to comment.