From c448c74a0e85063ee42d5f24860186c35c710315 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 5 May 2022 08:09:44 -0700 Subject: [PATCH] Bump version to v0.14.1 for release --- CHANGELOG.md | 2 ++ beaker/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796d82d..c3fd53c 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.14.1](https://github.com/allenai/beaker-py/releases/tag/v0.14.1) - 2022-05-05 + ### Changed - Replaced `id: str` field of `ClusterUtilization` with `cluster: Cluster`. `id` is still available diff --git a/beaker/version.py b/beaker/version.py index 874a846..e9987bc 100644 --- a/beaker/version.py +++ b/beaker/version.py @@ -2,7 +2,7 @@ _MINOR = "14" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "0" +_PATCH = "1" # 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 = ""