From bf132b25b7b180144194966ac42be90191e92ca9 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sat, 5 Mar 2016 11:55:30 -0500 Subject: [PATCH] Bump version for release --- CHANGES.txt | 2 +- pip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6bd9fee7e51..1740e266f6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -**8.1.0 (unreleased)** +**8.1.0 (2016-03-05)** * Implement PEP 513, which adds support for the manylinux1 platform tag, allowing carefully compiled binary wheels to be installed on compatible Linux diff --git a/pip/__init__.py b/pip/__init__.py index 06e95856103..c688a5ac7d2 100755 --- a/pip/__init__.py +++ b/pip/__init__.py @@ -30,7 +30,7 @@ cmdoptions = pip.cmdoptions # The version as used in the setup.py and the docs conf.py -__version__ = "8.1.0.dev0" +__version__ = "8.1.0" logger = logging.getLogger(__name__)