Skip to content

Commit

Permalink
Preparing to release 5.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed May 20, 2017
1 parent c90d84d commit 95fbd3b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '5.0'
# The full version, including alpha/beta/rc tags.
release = '5.0.1'
release = '5.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Licensing
NOTE: this license is derived from the Python Software Foundation License
which can be found at http://www.python.org/psf/license

License for cx_Freeze 5.0.1
License for cx_Freeze 5.0.2
---------------------------

1. This LICENSE AGREEMENT is between the copyright holders and the Individual
Expand Down
22 changes: 22 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ Development version

.. note:: This version supports Python 2.7 and above.

Version 5.0.2 (May 2017)
------------------------

#) Correct handling of import in child thread (`PR #245`_)
#) Correct handling of "dis" module with Python 3.5.1 (`Issue #225`_)
#) Correct handling of "multiprocess.process" module (`Issue #230`_)
#) Correct attempt to assign variable to an empty list (`PR #260`_)
#) Improved README (`PR #235`_, `PR #236`_)
#) Add hook for pythonnet package (`PR #251`_)
#) Add hook for sqlite3 and improve win32file hook (`PR #261`_)
#) Add FAQ entry (`PR #267`_)

.. _Issue #225: https://github.com/anthony-tuininga/cx_Freeze/issues/225
.. _Issue #230: https://github.com/anthony-tuininga/cx_Freeze/issues/230
.. _PR #235: https://github.com/anthony-tuininga/cx_Freeze/pull/235
.. _PR #236: https://github.com/anthony-tuininga/cx_Freeze/pull/236
.. _PR #245: https://github.com/anthony-tuininga/cx_Freeze/pull/245
.. _PR #251: https://github.com/anthony-tuininga/cx_Freeze/pull/251
.. _PR #260: https://github.com/anthony-tuininga/cx_Freeze/pull/260
.. _PR #261: https://github.com/anthony-tuininga/cx_Freeze/pull/261
.. _PR #267: https://github.com/anthony-tuininga/cx_Freeze/pull/267


Version 5.0.1 (January 2017)
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def find_cx_Logging():
setup(name = "cx_Freeze",
description = "create standalone executables from Python scripts",
long_description = "create standalone executables from Python scripts",
version = "5.0.1",
version = "5.0.2",
cmdclass = commandClasses,
options = options,
ext_modules = extensions,
Expand Down

0 comments on commit 95fbd3b

Please sign in to comment.