This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
9
15
10
16
## [ v2.10.0] ( https://github.com/allenai/allennlp/releases/tag/v2.10.0 ) - 2022-07-14
11
17
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ license: "Apache-2.0"
42
42
message : " If you use this software, please cite it using this metadata."
43
43
repository-code : " https://github.com/allenai/allennlp"
44
44
title : " AllenNLP: A Deep Semantic Natural Language Processing Platform"
45
- version : " 2.10.0 "
45
+ version : " 2.10.1 "
46
46
doi : " 10.18653/v1/W18-2501"
47
47
...
Original file line number Diff line number Diff line change 4
4
_MINOR = "10"
5
5
# On main and in a nightly release the patch should be one ahead of the last
6
6
# released build.
7
- _PATCH = "0 "
7
+ _PATCH = "1 "
8
8
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
9
9
# https://semver.org/#is-v123-a-semantic-version for the semantics.
10
10
_SUFFIX = os .environ .get ("ALLENNLP_VERSION_SUFFIX" , "" )
You can’t perform that action at this time.
0 commit comments