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

Commit b2e62a2

Browse files
committed
Prepare for release v2.6.0
1 parent ef5400d commit b2e62a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
Nothing so far!
11+
12+
13+
## [v2.6.0](https://github.com/allenai/allennlp/releases/tag/v2.6.0) - 2021-07-19
14+
1015
### Added
1116

1217
- Added `on_backward` training callback which allows for control over backpropagation and gradient manipulation.

allennlp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import os
22

33
_MAJOR = "2"
4-
_MINOR = "5"
4+
_MINOR = "6"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
7-
_PATCH = "1"
7+
_PATCH = "0"
88
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
99
# https://semver.org/#is-v123-a-semantic-version for the semantics.
1010
_SUFFIX = os.environ.get("ALLENNLP_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)