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

Commit f732b41

Browse files
committed
Prepare for release v2.3.1
1 parent a84b9b1 commit f732b41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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+
11+
## [v2.3.1](https://github.com/allenai/allennlp/releases/tag/v2.3.1) - 2021-04-20
12+
1013
### Added
1114

1215
- Added support for the HuggingFace Hub as an alternative way to handle loading files. Hub downloads should be made through the `hf://` URL scheme.

allennlp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_MINOR = "3"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
7-
_PATCH = "0"
7+
_PATCH = "1"
88
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
99
# https://semver.org/#is-v123-a-semantic-version for the semantics.
1010
_SUFFIX = os.environ.get("ALLENNLP_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)