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

Commit 84b36d4

Browse files
committed
Prepare for release v1.2.1
1 parent a6b5a2c commit 84b36d4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
11+
## [v1.2.1](https://github.com/allenai/allennlp-models/releases/tag/v1.2.1) - 2020-11-10
12+
1013
### Added
1114

1215
- Added the `TaskCard` class and task cards for common tasks.

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 = "1"
44
_MINOR = "2"
5-
_PATCH = "0"
5+
_PATCH = "1"
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)