Skip to content

Commit

Permalink
Merge pull request #488 from morinted/3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
morinted committed Apr 30, 2016
2 parents a90528e + 676f50e commit 8c9e741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,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-2.5.8-py2.7.egg && ./dist/Plover-2.5.8-py2.7.egg`
`chmod +x dist/Plover-3.0.0-py2.7.egg && ./dist/Plover-3.0.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-2.5.8-py2-none-any.whl`
`pip2 install dist/Plover-3.0.0-py2-none-any.whl`

### Using `setup.py`

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__ = '2.5.8'
__version__ = '3.0.0'
__copyright__ = '(C) Open Steno Project'
__url__ = 'http://www.openstenoproject.org/'
__download_url__ = 'http://www.openstenoproject.org/plover'
Expand Down

0 comments on commit 8c9e741

Please sign in to comment.