From 65a5557314552ddac19049011d16704109829467 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Tue, 20 Feb 2024 21:21:21 +0100 Subject: [PATCH] trivial: post release version bump --- RELEASE | 8 ++++---- debspawn/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE b/RELEASE index 1d1bf1f..30d9907 100644 --- a/RELEASE +++ b/RELEASE @@ -2,10 +2,10 @@ Debspawn Release Notes 1. Write NEWS entries for Debspawn in the same format as usual. -git shortlog v0.6.3.. | grep -i -v trivial | grep -v Merge > NEWS.new +git shortlog v0.6.4.. | grep -i -v trivial | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- -Version 0.6.4 +Version 0.6.5 ~~~~~~~~~~~~~ Released: 2024-xx-xx @@ -18,8 +18,8 @@ Bugfixes: 2. Commit changes in Git: -git commit -a -m "Release version 0.6.4" -git tag -s -f -m "Release 0.6.4" v0.6.4 +git commit -a -m "Release version 0.6.5" +git tag -s -f -m "Release 0.6.5" v0.6.5 git push --tags git push diff --git a/debspawn/__init__.py b/debspawn/__init__.py index 2172b61..fb99d2a 100644 --- a/debspawn/__init__.py +++ b/debspawn/__init__.py @@ -18,4 +18,4 @@ # along with this software. If not, see . __appname__ = 'debspawn' -__version__ = '0.6.4' +__version__ = '0.6.5'