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.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Nov 5, 2021
1 parent 5ff0f79 commit ca7e79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v2.8.0](https://github.com/allenai/allennlp-models/releases/tag/v2.8.0) - 2021-11-05

### Changed

- Seperate start/end token check in `Seq2SeqDatasetReader` for source and target tokenizers.
Expand Down
2 changes: 1 addition & 1 deletion allennlp_models/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

_MAJOR = "2"
_MINOR = "7"
_MINOR = "8"
_PATCH = "0"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
Expand Down

0 comments on commit ca7e79a

Please sign in to comment.