Skip to content

Commit

Permalink
Bump version to 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 31, 2018
1 parent 3a7cee0 commit 0632bef
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.0.15 (2018-07-31)
-------------------

(reprounzip-qt only)

Bugfixes:
* Fixed running command from reprounzip-qt on Windows
* Fixed using Jupyter from reprounzip-qt

1.0.14 (2018-07-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.14'
release = u'1.0.15'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-qt/reprounzip_qt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.14'
__version__ = '1.0.15'
2 changes: 1 addition & 1 deletion reprounzip-qt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with io.open('README.rst', encoding='utf-8') as fp:
description = fp.read()
setup(name='reprounzip-qt',
version='1.0.14',
version='1.0.15',
packages=['reprounzip_qt', 'reprounzip_qt.gui'],
package_data={'reprounzip_qt': ['icon.png']},
entry_points={
Expand Down
4 changes: 2 additions & 2 deletions scripts/macos/ReproUnzip.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.14</string>
<string>1.0.15</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1114,7 +1114,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.14</string>
<string>1.0.15</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/reprounzip.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[Setup]
AppName=ReproUnzip
AppVerName=ReproUnzip 1.0.14
AppVerName=ReproUnzip 1.0.15
OutputBaseFilename=reprounzip-setup
DefaultGroupName=ReproUnzip
DefaultDirName={pf}\ReproUnzip
Expand Down

0 comments on commit 0632bef

Please sign in to comment.