Skip to content

Commit

Permalink
Version number -> 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 29, 2016
1 parent 09558fd commit a3fe0c5
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.7'
version = '1.8'
# 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 @@ -30,7 +30,7 @@
from .pypi import fetch_pypi_wheels
from .util import download, text_types, get_cache_dir

__version__ = '1.7'
__version__ = '1.8'

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

0 comments on commit a3fe0c5

Please sign in to comment.