Skip to content

Commit

Permalink
Merge pull request #195 from kwlzn/kwlzn/release_1.1.2
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
kwlzn committed Jan 8, 2016
2 parents 033707c + 40288c4 commit 8283de1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGES
=======

-----
1.1.2
-----

* Bump setuptools & wheel version pinning.
`#194 <https://github.com/pantsbuild/pex/pull/194>`_

* Unescape html in PageParser.href_match_to_url.
`#191 <https://github.com/pantsbuild/pex/pull/191>`_

* Memoize calls to Crawler.crawl() for performance win in find-links based resolution.
`#187 <https://github.com/pantsbuild/pex/pull/187>`_

-----
1.1.1
-----
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.1'
__version__ = '1.1.2'

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

0 comments on commit 8283de1

Please sign in to comment.