Skip to content

Commit

Permalink
Prepare the 2.0.1 release. (#797)
Browse files Browse the repository at this point in the history
Fixes #796
  • Loading branch information
jsirois authored Nov 20, 2019
1 parent c0b9ec3 commit b2bfa22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

2.0.1
-----

This is a htofix release that fixes a bug when specifying a custom index
(`-i`/`--index`/`--index-url`) via the CLI.

* Fix #794 issue by add missing return statement in __str__ (#795)
`PR #795 <https://github.com/pantsbuild/pex/pull/795>`_

2.0.0
-----

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

__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit b2bfa22

Please sign in to comment.