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

Commit 0dc554f

Browse files
committed
Prepare for release v2.10.1
1 parent c51707e commit 0dc554f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
9+
## [v2.10.1](https://github.com/allenai/allennlp/releases/tag/v2.10.1) - 2022-10-18
10+
11+
### Fixed
12+
13+
- Updated dependencies
14+
915

1016
## [v2.10.0](https://github.com/allenai/allennlp/releases/tag/v2.10.0) - 2022-07-14
1117

CITATION.cff

+1-1
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.10.0"
45+
version: "2.10.1"
4646
doi: "10.18653/v1/W18-2501"
4747
...

allennlp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_MINOR = "10"
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)