From 02480d86450dff1dfc2003f4ebd93d0347532a20 Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Tue, 18 Oct 2022 17:46:25 -0700 Subject: [PATCH] Prepare for release v2.10.1 --- CHANGELOG.md | 2 +- allennlp_models/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecf62fa..b232ce73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v2.10.1](https://github.com/allenai/allennlp-models/releases/tag/v2.10.1) - 2022-10-18 ### Fixed diff --git a/allennlp_models/version.py b/allennlp_models/version.py index f76e98ae..9945c541 100644 --- a/allennlp_models/version.py +++ b/allennlp_models/version.py @@ -2,7 +2,7 @@ _MAJOR = "2" _MINOR = "10" -_PATCH = "0" +_PATCH = "1" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")