Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Mar 11, 2016
1 parent d00cbce commit 37242d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
CHANGES
=======

-----
1.1.3
-----

This release includes an initial body of work towards Windows support, ABI tag support for CPython 2.x and a fix for version number normalization.

* Add python 2.x abi tag support.
`#214 <https://github.com/pantsbuild/pex/pull/214>`_
`Fixes #213 <https://github.com/pantsbuild/pex/issues/213>`_

* Add .idea to .gitignore.
`#205 <https://github.com/pantsbuild/pex/pull/205>`_

* Don't normalize version numbers as names.
`#204 <https://github.com/pantsbuild/pex/pull/204>`_

* More fixes for windows.
`#202 <https://github.com/pantsbuild/pex/pull/202>`_

* Fixes to get pex to work on windows.
`#198 <https://github.com/pantsbuild/pex/pull/198>`_

-----
1.1.2
-----
Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = '1.1.2'
__version__ = '1.1.3'

SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20'
WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.27.0'

0 comments on commit 37242d3

Please sign in to comment.