Skip to content

Commit

Permalink
Preparing to release cx_Freeze 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Nov 4, 2017
1 parent e9272a5 commit deb464c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '5.0'
version = '5.1'
# The full version, including alpha/beta/rc tags.
release = '5.0.2'
release = '5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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.2
---------------------------
License for cx_Freeze 5.1
-------------------------

1. This LICENSE AGREEMENT is between the copyright holders and the Individual
or Organization ("Licensee") accessing and otherwise using cx_Freeze
Expand Down
18 changes: 18 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ Development version

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

Version 5.1 (November 2017)
---------------------------

#) Use fixed library location on all platforms; should correct the error
"no module named __startup__" (`PR #286`_).
#) Correct sqlite3 hook for use in Python 2.7 (`PR #272`_).
#) Correct usage of scipy.lib (`PR #281`_).
#) Correct handling of __path__ attribute in module (`PR #295`_).
#) Fix gevent bug #42 (`PR #301`_).


.. _PR #272: https://github.com/anthony-tuininga/cx_Freeze/pull/272
.. _PR #281: https://github.com/anthony-tuininga/cx_Freeze/pull/281
.. _PR #286: https://github.com/anthony-tuininga/cx_Freeze/pull/286
.. _PR #295: https://github.com/anthony-tuininga/cx_Freeze/pull/295
.. _PR #301: https://github.com/anthony-tuininga/cx_Freeze/pull/301


Version 5.0.2 (May 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.2",
version = "5.1",
cmdclass = commandClasses,
options = options,
ext_modules = extensions,
Expand Down

0 comments on commit deb464c

Please sign in to comment.