From 30c2b15f26cabbd62aa279deb88b652e43d05f0a Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Fri, 18 Nov 2016 10:20:43 -0500 Subject: [PATCH] Bump release version to '0.3.0' --- docs/conf.py | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 067206267..c6d11796b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.0-rc' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/meson.build b/meson.build index 8f412c850..2712ac48e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Valum', 'vala', 'c', - version: '0.3.0-rc', + version: '0.3.0', license: 'LGPL', meson_version: '>=0.36')