Skip to content

Commit

Permalink
Bump version number to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 23, 2015
1 parent e61b937 commit 3194851
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Version 1.5
* Applications run in a console (under :program:`python`) now show the traceback
for an uncaught error in the console as well as writing it to the log file.
* Install :program:`pynsist` command on Windows.
* Fixed an error message caused by unnecessarily rerunning the installer for the
PEP 397 ``py`` launcher, bundled with Python 2 applications.
* :program:`pynsist` now takes a :option:`--no-makensis` option, which stops it
before running :program:`makensis` for debugging.

Expand Down
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .nsiswriter import NSISFileWriter
from .util import download, text_types

__version__ = '1.0'
__version__ = '1.5'

pjoin = os.path.join
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3194851

Please sign in to comment.