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

Commit 02480d8

Browse files
committed
Prepare for release v2.10.1
1 parent e5d1f59 commit 02480d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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+
## [v2.10.1](https://github.com/allenai/allennlp-models/releases/tag/v2.10.1) - 2022-10-18
99

1010
### Fixed
1111

allennlp_models/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_MAJOR = "2"
44
_MINOR = "10"
5-
_PATCH = "0"
5+
_PATCH = "1"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)