Skip to content

Commit 7f8f007

Browse files
committed
Bump pre-release version to '0.3.0-rc'
1 parent 159594c commit 7f8f007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.3'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.3.0-dev'
57+
release = '0.3.0-rc'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Valum', 'vala', 'c',
2-
version: '0.3.0-dev',
2+
version: '0.3.0-rc',
33
license: 'LGPL',
44
meson_version: '>=0.35')
55

0 commit comments

Comments
 (0)