summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2022-10-30 16:20:28 -0400
committerShaun McCance <shaunm@redhat.com>2022-10-30 16:20:28 -0400
commitfe5ff72ca46fba425143e5dc67d660703c86145f (patch)
treedd90e92dc48710b9e115b056c78eec84b86f0335
parent5c7ca5225f456fe1f0a4603f60291c0daab98fc2 (diff)
downloadyelp-tools-master.tar.gz
Version 42.1HEAD42.1master
-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',
)