From 0984a21bc46fbfc6dd13664e40264155d5c812de Mon Sep 17 00:00:00 2001 From: Ted Morin Date: Mon, 6 Mar 2017 16:26:07 -0500 Subject: [PATCH] v3.1.1 --- linux/README.md | 4 ++-- plover/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/README.md b/linux/README.md index a394da17f..3939cd6f1 100644 --- a/linux/README.md +++ b/linux/README.md @@ -60,7 +60,7 @@ To run from source, use: `./launch.sh`. A self-contained executable egg can be created with: `./setup.py bdist_egg`. The egg will be created in `dist`, `chmod +x` it and you can run Plover directly from it: -`chmod +x dist/plover-3.1.0-py2.7.egg && ./dist/plover-3.1.0-py2.7.egg` +`chmod +x dist/plover-3.1.1-py2.7.egg && ./dist/plover-3.1.1-py2.7.egg` Note: the egg file can be moved, but it cannot however be renamed (as the package version is encoded in the name). @@ -68,7 +68,7 @@ Note: the egg file can be moved, but it cannot however be renamed (as the packag A wheel file can be created with: `./setup.py bdist_wheel`. The resulting file can then be installed using pip, e.g. for a user install: -`pip2 install dist/plover-3.1.0-py2.py3-none-any.whl` +`pip2 install dist/plover-3.1.1-py2.py3-none-any.whl` ### Using `setup.py` diff --git a/plover/__init__.py b/plover/__init__.py index cea7827be..ee82d0882 100644 --- a/plover/__init__.py +++ b/plover/__init__.py @@ -3,7 +3,7 @@ """Plover: Open Source Stenography Software""" -__version__ = '3.1.0' +__version__ = '3.1.1' __copyright__ = '(C) Open Steno Project' __url__ = 'http://www.openstenoproject.org/' __download_url__ = 'http://www.openstenoproject.org/plover'