Skip to content

Commit 46f0a19

Browse files
committed
increment version number to 0.33
1 parent d67ce0c commit 46f0a19

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cm4all-pond (0.33) unstable; urgency=low
2+
3+
*
4+
5+
--
6+
17
cm4all-pond (0.32) unstable; urgency=low
28

39
* client: add JSON Lines output format

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# built documents.
3939
#
4040
# The short X.Y version.
41-
version = '0.32'
41+
version = '0.33'
4242
# The full version, including alpha/beta/rc tags.
4343
release = version
4444

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('CM4all Pond', 'cpp', version: '0.32',
1+
project('CM4all Pond', 'cpp', version: '0.33',
22
meson_version: '>= 0.56',
33
default_options: [
44
'cpp_std=c++2a',

0 commit comments

Comments
 (0)