summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0332d5..1cb946f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+GTK-Doc 1.33.1 (Jan 19 2021)
+===============
+
+Stop using anytree
+Python3 fixes for depscan
+
GTK-Doc 1.33.1 (Nov 17 2020)
===============
diff --git a/meson.build b/meson.build
index 3406e82..5d03db6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk-doc', 'c',
- version: '1.33.1',
+ version: '1.33.2',
license: 'GPL2+',
meson_version: '>= 0.50.0', # needed for https://mesonbuild.com/Python-module.html#path
)