[pygobject] release



commit c65efcb0bb4a73c9fb1ffa10225795adc489a081
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Feb 10 13:22:17 2018 +0100

    release

 NEWS         | 11 +++++++++++
 docs/conf.py |  1 +
 2 files changed, 12 insertions(+)
---
diff --git a/NEWS b/NEWS
index 9c51af84..e0901a48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.27.3 - 2018-02-10
+-------------------
+
+* Fix a 3.27.2 regression where functions return invalid boxed values. :mr:`16`
+  (thanks to :user:`Mikhail Fludkov <fludkov.me>` for providing a test)
+* tests: Make tests run without Gtk/Gdk installed. :mr:`17`
+  (:user:`Mikhail Fludkov <fludkov.me>`)
+* tests: Remove dependency on ``localedef``. :commit:`64b02e301`
+* tests: Require/Use pytest. :mr:`20` :issue:`153`
+
+
 3.27.2 - 2018-02-07
 -------------------
 
diff --git a/docs/conf.py b/docs/conf.py
index f0e90d94..176c69eb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,6 +52,7 @@ html_theme_options = {
 extlinks = {
     'bzbug': ('https://bugzilla.gnome.org/show_bug.cgi?id=%s', 'bz#'),
     'issue': ('https://gitlab.gnome.org/GNOME/pygobject/issues/%s', 'issue#'),
+    'commit': ('https://gitlab.gnome.org/GNOME/pygobject/commit/%s', 'commit#'),
     'mr': (
         'https://gitlab.gnome.org/GNOME/pygobject/merge_requests/%s', 'mr#'),
     'user': ('https://gitlab.gnome.org/%s', ''),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]