This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" , "" )
You can’t perform that action at this time.
0 commit comments