Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 54b332e

Browse files
committed
Prepare for release v2.3.0
1 parent eaf76a7 commit 54b332e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v2.3.0](https://github.com/allenai/allennlp-models/releases/tag/v2.3.0) - 2021-04-14
11+
12+
1013
### Fixed
1114

1215
- Fixed bug in `experiment_from_huggingface.jsonnet` and `experiment.jsonnet` by changing `min_count` to have key `labels` instead of `answers`. Resolves failure of model checks that involve calling `_extend` in `vocabulary.py`

allennlp_models/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import os
22

33
_MAJOR = "2"
4-
_MINOR = "2"
5-
_PATCH = "1"
4+
_MINOR = "3"
5+
_PATCH = "0"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)