Skip to content

Commit

Permalink
Version number -> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 14, 2015
1 parent ea88713 commit 731ef62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The short X.Y version.
version = '1.5'
version = '1.6'
# The full version, including alpha/beta/rc tags.
release = version

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

__version__ = '1.5'
__version__ = '1.6'

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

0 comments on commit 731ef62

Please sign in to comment.