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

Commit 18d54b9

Browse files
committed
Prepare for release v2.9.2
1 parent f6866f9 commit 18d54b9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ license: "Apache-2.0"
4242
message: "If you use this software, please cite it using this metadata."
4343
repository-code: "https://github.com/allenai/allennlp"
4444
title: "AllenNLP: A Deep Semantic Natural Language Processing Platform"
45-
version: "2.9.1"
45+
version: "2.9.2"
4646
doi: "10.18653/v1/W18-2501"
4747
...

allennlp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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", "")

0 commit comments

Comments
 (0)