]> git.phdru.name Git - extfs.d.git/commitdiff
Version 1.0.0
authorOleg Broytman <phd@phdru.name>
Sat, 23 Nov 2013 15:12:47 +0000 (19:12 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 23 Nov 2013 15:12:47 +0000 (19:12 +0400)
xml
xml-ANNOUNCE

diff --git a/xml b/xml
index 6cf2276f9c3fbcdcd0adcf0dce5fb658ea126644..2240dfee0f74dd5d9622b9e4e356ea2e52691106 100755 (executable)
--- a/xml
+++ b/xml
@@ -37,7 +37,7 @@ The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs
 
 """
 
-__version__ = "0.6.1"
+__version__ = "1.0.0"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2013 PhiloSoft Design"
 __license__ = "GPL"
index c78ac15d36399a99013092e13fb9fb692f326c19..d77b2df29a98b1ba21c06855e19f7f3c36e212a7 100644 (file)
@@ -5,7 +5,7 @@ WHAT IS IT
    View an XML file in Midnight Commander as a filesystem.
 
 
-WHAT'S NEW in version 0.6.1 (2013-11-22)
+WHAT'S NEW in version 1.0.0 (2013-11-23)
    With lxml.etree-based implementation show only child namespaces
    (calculated as combined namespaces minus parent's namespaces).