From 510b623b2a142546c5c1f0fff21f165c4739c0b8 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Tue, 14 Dec 2021 14:53:43 -0800 Subject: [PATCH] Bump version to v0.2.5 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 78d6eee..bb207a4 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.2.5](https://github.com/allenai/beaker-py/releases/tag/v0.2.5) - 2021-12-14 + ### Fixed - Fixed bug where `Beaker.from_env()` would fail with missing `BEAKER_TOKEN` even if you passed the token to the method. diff --git a/beaker/version.py b/beaker/version.py index 138cf82..3f9d92c 100644 --- a/beaker/version.py +++ b/beaker/version.py @@ -2,7 +2,7 @@ _MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "4" +_PATCH = "5" # 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 = ""