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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 1, 2021
1 parent a8a3486 commit ae7942e
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.7.0](https://github.com/allenai/allennlp-models/releases/tag/v2.7.0) - 2021-09-01

### Added

- Added some additional `__init__()` parameters to the `T5` model in `allennlp_models.generation` for customizing.
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 = "6"
_MINOR = "7"
_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 ae7942e

Please sign in to comment.