aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d40b902..116ce3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.27 - 29 April 2020
+
- fix testing on pre UsrMove Linuxes (eg: mga2)
- restore support for rpm-4.9
diff --git a/URPM.pm b/URPM.pm
index 45e90ae..66b1bd0 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.26';
+our $VERSION = 'v5.27';
URPM->bootstrap($VERSION);