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

Commit fc84ac7

Browse files
committed
Prepare for release v2.9.3
1 parent 87ae1da commit fc84ac7

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.9.3](https://github.com/allenai/allennlp-models/releases/tag/v2.9.3) - 2022-04-14
99

1010
### Added
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 = "9"
5-
_PATCH = "0"
5+
_PATCH = "3"
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)