Skip to content

Commit 140eb23

Browse files
committed
Version bump to 0.2.0
1 parent 7fa5c94 commit 140eb23

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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.2'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.2.0-beta'
57+
release = '0.2.0'
5858

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

wscript

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
import glob
44

55
APPNAME='valum'
6-
VERSION='0.2.0-beta'
6+
VERSION='0.2.0'
77
API_VERSION='0.2'
88

9-
top='.'
10-
out='build'
11-
129
def options(opt):
1310
opt.load('compiler_c')
14-
1511
opt.add_option('--enable-gcov', action='store_true', default=False, help='enable coverage with gcov')
1612
opt.add_option('--enable-examples', action='store_true', default=False, help='build examples')
1713

@@ -62,7 +58,6 @@ def configure(conf):
6258
conf.recurse(glob.glob('examples/*'))
6359

6460
def build(bld):
65-
# build a static library
6661
bld.shlib(
6762
packages = ['glib-2.0', 'gio-2.0', 'libsoup-2.4', 'gee-0.8', 'ctpl', 'fcgi'],
6863
target = 'valum',

0 commit comments

Comments
 (0)