From f82d23be307be886ddcd092f1099c6c0b73f0946 Mon Sep 17 00:00:00 2001 From: David Sternlicht Date: Tue, 1 Dec 2020 13:24:28 +0200 Subject: [PATCH] Bump version to 0.25.0 --- README.md | 9 ++++++--- scottypy/__version__.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4417176..2292eb4 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ 1. Run the following: ``` VERSION=... -echo "__version__ = \"$VERSION\"" > scottypy/__version__.py -git add scottypy/__version__.py -git commit -m "Bump version to $VERSION" git flow release start "$VERSION" +echo "__version__ = \"$VERSION\"" > scottypy/__version__.py +git commit -am "Bump version to $VERSION" git push --set-upstream origin "release/$VERSION" git flow release finish "$VERSION" git push origin : --tags @@ -21,6 +20,10 @@ git push origin : --tags ## ChangeLog +### 0.25.0 + +* Use combadge v2 by default (which supports windows hosts) + ### 0.24.0 * Add filtering by issue diff --git a/scottypy/__version__.py b/scottypy/__version__.py index 770bb8d..6fea77c 100644 --- a/scottypy/__version__.py +++ b/scottypy/__version__.py @@ -1 +1 @@ -__version__ = "0.24.0" +__version__ = "0.25.0"