diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/pydoc/ranger.fm.html | 4 | ||||
-rw-r--r-- | doc/pydoc/ranger.html | 4 | ||||
-rw-r--r-- | ranger/__init__.py | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/README b/README index 34d2351b..53eb06b6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -== Ranger v.1.0.0 +== Ranger v.1.0.1 Ranger is a filemanager that integrates well into the linux shell and gives you a quick way of doing operations that would otherwise require @@ -12,7 +12,7 @@ ncurses for the user interface. * Author: hut * Email: hut@lavabit.com * Git repo: http://repo.or.cz/w/ranger.git -* Version: 1.0.0 +* Version: 1.0.1 == Features diff --git a/doc/pydoc/ranger.fm.html b/doc/pydoc/ranger.fm.html index d8b80d0a..724da7c0 100644 --- a/doc/pydoc/ranger.fm.html +++ b/doc/pydoc/ranger.fm.html @@ -6,7 +6,7 @@ <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom> <br> -<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.fm</strong></big></big> (version 1.0.0)</font></td +<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.fm</strong></big></big> (version 1.0.1)</font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/fm.py">/home/hut/work/ranger/ranger/fm.py</a></font></td></tr></table> <p></p> @@ -199,5 +199,5 @@ Fractions of a second may be present if <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> <td width="100%"><strong>CTRL_C</strong> = 3<br> <strong>TICKS_BEFORE_COLLECTING_GARBAGE</strong> = 100<br> -<strong>__version__</strong> = '1.0.0'</td></tr></table> +<strong>__version__</strong> = '1.0.1'</td></tr></table> </body></html> \ No newline at end of file diff --git a/doc/pydoc/ranger.html b/doc/pydoc/ranger.html index b55b09f6..b311cfcb 100644 --- a/doc/pydoc/ranger.html +++ b/doc/pydoc/ranger.html @@ -6,7 +6,7 @@ <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom> <br> -<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>ranger</strong></big></big> (version 1.0.0)</font></td +<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>ranger</strong></big></big> (version 1.0.1)</font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/__init__.py">/home/hut/work/ranger/ranger/__init__.py</a></font></td></tr></table> <p><tt>Ranger - file browser for the unix terminal</tt></p> @@ -46,7 +46,7 @@ <strong>__email__</strong> = 'hut@lavabit.com'<br> <strong>__license__</strong> = 'GPL'<br> <strong>__maintainer__</strong> = 'hut'<br> -<strong>__version__</strong> = '1.0.0'</td></tr></table><p> +<strong>__version__</strong> = '1.0.1'</td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#7799ee"> <td colspan=3 valign=bottom> <br> diff --git a/ranger/__init__.py b/ranger/__init__.py index 4dfec83a..00c6fdd9 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -7,7 +7,7 @@ from ranger.ext.debug import log, trace __copyright__ = 'none' __license__ = 'GPL' -__version__ = '1.0.0' +__version__ = '1.0.1' __credits__ = 'hut' __author__ = 'hut' __maintainer__ = 'hut' |