Skip to content

Commit

Permalink
Updated version number and bumped copyright into 2017 in preparation for
Browse files Browse the repository at this point in the history
release of 5.0.1.
  • Loading branch information
anthony-tuininga committed Jan 7, 2017
1 parent 5076344 commit 93fd7cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cx_Freeze/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VERSION = \
"""
%%prog %s
Copyright (c) 2007-2016 Anthony Tuininga. All rights reserved.
Copyright (c) 2007-2017 Anthony Tuininga. All rights reserved.
Copyright (c) 2001-2006 Computronix Corporation. All rights reserved.""" % \
cx_Freeze.version

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'cx_Freeze'
copyright = u'2016, Anthony Tuininga'
copyright = u'2017, Anthony Tuininga'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -50,7 +50,7 @@
# The short X.Y version.
version = '5.0'
# The full version, including alpha/beta/rc tags.
release = '5.0'
release = '5.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Licensing
=========

* Copyright © 2007-2016, Anthony Tuininga.
* Copyright © 2007-2017, Anthony Tuininga.
* Copyright © 2001-2006, Computronix (Canada) Ltd., Edmonton, Alberta, Canada.
* All rights reserved.

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
-------------------------
License for cx_Freeze 5.0.1
---------------------------

1. This LICENSE AGREEMENT is between the copyright holders and the Individual
or Organization ("Licensee") accessing and otherwise using cx_Freeze
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",
version = "5.0.1",
cmdclass = commandClasses,
options = options,
ext_modules = extensions,
Expand Down

0 comments on commit 93fd7cf

Please sign in to comment.