aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:20:36 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:20:36 +0200
commitd6b786cebc4c452653e3d23f7957bfc21ecf6d06 (patch)
tree2a3f65110412e049b86047e4055eed8837c64955 /CHANGES.rst
parentd6c819aac12181e427b4d233d2e81091916c02e1 (diff)
Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6788bb48c..ac00dc0b5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,6 +18,7 @@ PySide-setup
- Support for building windows binaries with only Windows SDK installed (Visual Studio is no more required)
- Removed --msvc-version option. Required msvc compiler version is now resolved from python interpreter version
+- Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase.
1.2.0 (2013-07-02)
------------------