summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:34:56 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:34:56 +0200
commitfae47858d24e9fbd6745c094db0064c5506de5cb (patch)
tree959cdb686a9e9eecbcef52ae430022906f69cb45
parent2b0d6c5484073492d4a627775cf16fd50cc6269a (diff)
downloadpygobject-fae47858d24e9fbd6745c094db0064c5506de5cb.tar.gz
release3.34.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 df89b7da..0895e120 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.34.0 - 2019-09-09
+-------------------
+
+* No changes since 3.33.1
+
+
3.33.1 - 2019-08-18
-------------------
diff --git a/meson.build b/meson.build
index c3c5ef0f..75a9e03c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.33.2',
+ version : '3.34.0',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index fe89b296..a2739aea 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.33.2"
+PYGOBJECT_VERSION = "3.34.0"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"