summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:16:59 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:16:59 +0200
commit0e438464890c069c83eea19b0a5b9bc1906a1eab (patch)
tree3b333dcda1647c47799a4b6c54c2a2ba40f7a758
parent4ea19330fd177d6d0d68aabf667fbaf3feaf661e (diff)
downloadpygobject-0e438464890c069c83eea19b0a5b9bc1906a1eab.tar.gz
release3.30.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
-rwxr-xr-xsetup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e8d7b5af..2b62f004 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.30.0 - 2018-08-31
+-------------------
+
+* Various test suite fixes to get things to pass with Ubuntu 18.10.
+
+
3.29.3 - 2018-08-16
-------------------
diff --git a/meson.build b/meson.build
index ab78229c..ba889138 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.29.4',
+ version : '3.30.0',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 43d52c26..752ccc7f 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERISON = "3.29.4"
+PYGOBJECT_VERISON = "3.30.0"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"