aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rwxr-xr-xmgarepo2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a2385b9..347f842 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* 1.10.5
+- Added README.BINREPO and youridb.sql to Python manifest
+- Don't block waiting for stderr when displaying subprocess output (#952)
+
* 1.10.4
- Add completion/mgarepo with bash-completion
diff --git a/mgarepo b/mgarepo
index 042c009..030a845 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.10.4"
+VERSION="1.10.5"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]