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

Commit 2ba85b5

Browse files
committed
Prepare for release v2.4.0
1 parent 7a6ee0c commit 2ba85b5

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
@@ -6,7 +6,7 @@ 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

88

9-
## Unreleased
9+
## [v2.4.0](https://github.com/allenai/allennlp-models/releases/tag/v2.4.0) - 2021-04-22
1010

1111
### Added
1212

allennlp_models/version.py

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

33
_MAJOR = "2"
4-
_MINOR = "3"
4+
_MINOR = "4"
55
_PATCH = "0"
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.

0 commit comments

Comments
 (0)