From 932b168a0230c73ffff6d3637cf440805d5f635a Mon Sep 17 00:00:00 2001 From: "Edward K. Ream" Date: Mon, 25 Sep 2017 16:44:45 -0500 Subject: [PATCH] updated manifest and version numbers Leo build: 20170925164445 --- About leo.exe.TXT | 17 +++++++++++++++++ README.MD | 4 ++-- leo/core/commit_timestamp.json | 4 ++-- leo/core/leoVersion.py | 2 +- leo/dist/leoDist.leo | 5 +++-- 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 About leo.exe.TXT diff --git a/About leo.exe.TXT b/About leo.exe.TXT new file mode 100644 index 00000000000..51b18d5846a --- /dev/null +++ b/About leo.exe.TXT @@ -0,0 +1,17 @@ +leo.exe contains everything you need to run Leo on Windows without +installing *anything* else. It contains all needed libraries, including +Python itself, PyQt, pylint and other packages. It also contains many data +files, including Leo's source code and various .leo files. + +Notes: + +1. leo.exe was created by PyInstaller: http://pythonhosted.org/PyInstaller + +2. Before Leo starts, PyInstaller unpacks all libraries and data files to a + temp folder: ~\AppData\Local\Temp\_MEInnn. As a result, starting leo.exe + is slower than usual. + +3. *Warning*: You can open Leo files from the "Files:Open Leo File" menu, + but these files will be in the temp folder. They will be *destroyed* + when you exit leo.exe. If you want to do real work with Leo you must + create .leo files in a permanent folder on your machine. diff --git a/README.MD b/README.MD index b36bb415ae3..2a1278b12d9 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ -Leo 5.6b1 September 11, 2017 +Leo 5.6 September 25, 2017 -[Leo](http://leoeditor.com/) 5.6b1 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor). +[Leo](http://leoeditor.com/) 5.6 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor). Leo is an IDE, outliner and PIM, as described [here](http://leoeditor.com/preface.html). diff --git a/leo/core/commit_timestamp.json b/leo/core/commit_timestamp.json index 14a737dc316..f9e6d450f93 100644 --- a/leo/core/commit_timestamp.json +++ b/leo/core/commit_timestamp.json @@ -1,4 +1,4 @@ { - "asctime": "Mon Sep 25 16:35:05 CDT 2017", - "timestamp": "20170925163505" + "asctime": "Mon Sep 25 16:44:45 CDT 2017", + "timestamp": "20170925164445" } diff --git a/leo/core/leoVersion.py b/leo/core/leoVersion.py index f1b2e57a3b6..7670504b9b0 100755 --- a/leo/core/leoVersion.py +++ b/leo/core/leoVersion.py @@ -40,7 +40,7 @@ # # The install_hooks.py script copies these two files to leo-editor/.git/hooks. #@-<< about install hooks >> -version = "5.6b1" +version = "5.6" date, build = g.jsonCommitInfo() branch = g.gitBranchName() #@@language python diff --git a/leo/dist/leoDist.leo b/leo/dist/leoDist.leo index 0ed3381f784..613e9a21d93 100644 --- a/leo/dist/leoDist.leo +++ b/leo/dist/leoDist.leo @@ -356,6 +356,7 @@ @language rest +@wrap Leo is Open Software and is distributed under the terms of the MIT License. The gist of the license is that Leo is absolutely free, even @@ -404,9 +405,9 @@ Classifier: Topic :: Text Processing Download-URL: http://sourceforge.net/projects/leo/files/ -Leo 5.6b1 September 11, 2017 +Leo 5.6 September 25, 2017 -[Leo](http://leoeditor.com/) 5.6b1 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor). +[Leo](http://leoeditor.com/) 5.6 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor). Leo is an IDE, outliner and PIM, as described [here](http://leoeditor.com/preface.html).