trivial: post release version bump

This commit is contained in:
Matthias Klumpp 2023-01-26 23:14:34 +01:00
parent 83611d361d
commit aaa00129a7
2 changed files with 7 additions and 7 deletions

12
RELEASE
View File

@ -2,12 +2,12 @@ AppStream Generator Release Notes
1. Write NEWS entries for AppStream Generator in the same format as usual.
git shortlog v0.8.8.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v0.9.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.8.9
Version 0.9.1
~~~~~~~~~~~~~~
Released: 2022-xx-xx
Released: 2023-xx-xx
Notes:
@ -20,8 +20,8 @@ Contributors:
2. Commit changes in Git:
git commit -a -m "Release version 0.8.9"
git tag -s -f -m "Release 0.8.9" v0.8.9 <gpg password>
git commit -a -m "Release version 0.9.1"
git tag -s -f -m "Release 0.9.1" v0.9.1 <gpg password>
git push --tags
git push
@ -35,7 +35,7 @@ git push
5. Send an email to appstream@lists.freedesktop.org
=================================================
AppStream Generator 0.8.9 released!
AppStream Generator 0.9.1 released!
Tarballs available here: https://github.com/ximion/appstream-generator/releases

View File

@ -2,7 +2,7 @@ project('AppStream Generator', 'd',
meson_version : '>=0.56',
subproject_dir : 'contrib/subprojects',
license : 'LGPL-3.0+',
version : '0.9.0'
version : '0.9.1'
)
asgen_version = meson.project_version()