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 443cf4f..59d2c33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.29 - 5 November 2013
+
- enhanced doc
- "implement" create_transaction() in --env case
- $trans->order: add support for "deploops" option
diff --git a/URPM.pm b/URPM.pm
index f68f0a0..2f78826 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '4.28';
+our $VERSION = '4.29';
URPM->bootstrap($VERSION);