summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-03-13 18:52:15 -0500
committerShaun McCance <shaunm@redhat.com>2021-03-13 18:52:15 -0500
commit435095c84903047fb425c19b6450fe53e18b1c72 (patch)
tree6153859c1f17aea2d85ca76ea2a1d9bcb45b986c
parenta22cecc37b78318021b18f4d526d07b7779c22ac (diff)
downloadyelp-tools-435095c84903047fb425c19b6450fe53e18b1c72.tar.gz
Version 40.rc40.rc
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4eb2bff..a3ebed7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+40.rc
+=====
+* Removed comment about revision version attrs from templates
+* Use /usr/bin/python3 as shebang
+
40.beta
=======
* Added --skip option to skip files in yelp-check
diff --git a/meson.build b/meson.build
index aa903d2..fd43943 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '40.beta',
+ version: '40.rc',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.50.0',
)