Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 20, 2024
1 parent b555f17 commit 65a5557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <gpg password>
git commit -a -m "Release version 0.6.5"
git tag -s -f -m "Release 0.6.5" v0.6.5 <gpg password>
git push --tags
git push

Expand Down
2 changes: 1 addition & 1 deletion debspawn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this software. If not, see <http://www.gnu.org/licenses/>.

__appname__ = 'debspawn'
__version__ = '0.6.4'
__version__ = '0.6.5'

0 comments on commit 65a5557

Please sign in to comment.