diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-08-31 19:16:59 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-08-31 19:16:59 +0200 |
commit | 0e438464890c069c83eea19b0a5b9bc1906a1eab (patch) | |
tree | 3b333dcda1647c47799a4b6c54c2a2ba40f7a758 | |
parent | 4ea19330fd177d6d0d68aabf667fbaf3feaf661e (diff) | |
download | pygobject-0e438464890c069c83eea19b0a5b9bc1906a1eab.tar.gz |
release3.30.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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']) @@ -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" |