diff --git a/docs/changelog.rst b/docs/changelog.rst index e848c12a..d566c4b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,18 @@ Change Log - XXX .. _version-latest: +.. _version-1.6.1: + +2024-04-26 Version 1.6.1 +======================== + +.. post:: 2024-04-26 + :category: Release + +- Bug fixes: + + - Add developer name to metainfo + .. _version-1.6.0: 2024-02-11 Version 1.6.0 diff --git a/docs/conf.py b/docs/conf.py index 6b4e6428..fd9e8144 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # built documents. # # The short X.Y version. -version = '1.6.0' +version = '1.6.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index bbac8cff..afb0070c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.6.0', + version: '1.6.1', license: 'GPL3', meson_version: '>= 0.47.0' )