summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0e456e..95d6459 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+42.1
+====
+* Fixed issue with DocBook when path is missing trailing slash, #22
+
42.0
====
* No changes since beta, stable release only
diff --git a/meson.build b/meson.build
index 56811cd..9a6745b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '42.0',
+ version: '42.1',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.51.0',
)