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

Commit

Permalink
Prepare for release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Oct 19, 2022
1 parent e5d1f59 commit 02480d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion allennlp_models/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
Expand Down

0 comments on commit 02480d8

Please sign in to comment.