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

Commit 6ef5726

Browse files
committed
Prepare for release v1.4.0
1 parent 4de78ac commit 6ef5726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
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+
## [v1.4.0](https://github.com/allenai/allennlp/releases/tag/v1.4.0) - 2021-01-26
1010

1111
### Added
1212

allennlp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
_MAJOR = "1"
4-
_MINOR = "3"
4+
_MINOR = "4"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
77
_PATCH = "0"

0 commit comments

Comments
 (0)