Skip to content

Commit b418b1f

Browse files
committed
new version
1 parent 45fa572 commit b418b1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,5 +732,5 @@ def make_all(build_number, release_level, pyver,
732732

733733

734734
if __name__ == '__main__':
735-
make_all(2, '', pyver='2.7')#, create_installer=False)#, remove_existing=False, simulation=True)
736-
make_all(2, '', pyver='3.3')#, create_installer=False)#, remove_existing=False, simulation=True)
735+
make_all(3, '', pyver='2.7')#, create_installer=False)#, remove_existing=False, simulation=True)
736+
make_all(3, '', pyver='3.3')#, create_installer=False)#, remove_existing=False, simulation=True)

upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def upload_installer(version, architecture):
5353
if __name__ == '__main__':
5454
import time
5555
for version in ("3.3.2.2", "2.7.5.2"):
56-
for architecture in (32, 64):
56+
for architecture in (64, 32):
5757
print(time.ctime())
5858
upload_installer(version, architecture)
5959
print()

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
OTHER DEALINGS IN THE SOFTWARE.
2828
"""
2929

30-
__version__ = '0.16'
30+
__version__ = '0.17'
3131
__license__ = __doc__
3232
__project_url__ = 'http://code.google.com/p/winpython'
3333
__forum_url__ = 'http://groups.google.com/group/winpython'

0 commit comments

Comments
 (0)