This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## [ v2.9.2] ( https://github.com/allenai/allennlp/releases/tag/v2.9.2 ) - 2022-03-21
11+
1012### Fixed
1113
1214- Removed unnecessary dependencies
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ license: "Apache-2.0"
4242message : " If you use this software, please cite it using this metadata."
4343repository-code : " https://github.com/allenai/allennlp"
4444title : " AllenNLP: A Deep Semantic Natural Language Processing Platform"
45- version : " 2.9.1 "
45+ version : " 2.9.2 "
4646doi : " 10.18653/v1/W18-2501"
4747...
Original file line number Diff line number Diff line change 44_MINOR = "9"
55# On main and in a nightly release the patch should be one ahead of the last
66# released build.
7- _PATCH = "1 "
7+ _PATCH = "2 "
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" , "" )
You can’t perform that action at this time.
0 commit comments