Skip to content

Commit

Permalink
Merge pull request #640 from morinted/3.1.0
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
benoit-pierre authored Nov 9, 2016
2 parents 814e0d9 + 4dc5215 commit cbbf9c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ 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.0.0-py2.7.egg && ./dist/Plover-3.0.0-py2.7.egg`
`chmod +x dist/plover-3.1.0-py2.7.egg && ./dist/plover-3.1.0-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).

### Using a wheel file with pip

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.0.0-py2-none-any.whl`
`pip2 install dist/plover-3.1.0-py2.py3-none-any.whl`

### Using `setup.py`

Expand Down
2 changes: 1 addition & 1 deletion osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After each build, you need to approve Plover as an Assistive Device:

Now you can run the app by double-clicking on it or by using open(1):

`open dist/Plover.app`
`open dist/plover.app`

### Dev Workaround: run as `root`

Expand Down
2 changes: 1 addition & 1 deletion plover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""Plover: Open Source Stenography Software"""

__version__ = '3.0.0'
__version__ = '3.1.0'
__copyright__ = '(C) Open Steno Project'
__url__ = 'http://www.openstenoproject.org/'
__download_url__ = 'http://www.openstenoproject.org/plover'
Expand Down

0 comments on commit cbbf9c5

Please sign in to comment.