From 63458aa8c8a589653e5ce2373217efbfca9fb21f Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 14 Oct 2021 08:27:01 -0700 Subject: [PATCH] Bump version to v0.1.2 for release --- CHANGELOG.md | 2 ++ tango/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8832f6988..ecd5f7322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.1.2](https://github.com/allenai/tango/releases/tag/v0.1.2) - 2021-10-13 + ### Added - Added support for YAML configuration files. diff --git a/tango/version.py b/tango/version.py index 9593950d0..576e28423 100644 --- a/tango/version.py +++ b/tango/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "2" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""