summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2021-01-23 14:39:29 +0000
committerPaul Moore <p.f.moore@gmail.com>2021-01-23 14:39:29 +0000
commitf03051540ca60bc5653129048f5171aeb415db26 (patch)
treeafadf8e4fac69660d2cd0b08e9b3e0786e6f25a0 /NEWS.rst
parente01c7d719a0360ddab9f69f34c612933f332f551 (diff)
downloadpip-f03051540ca60bc5653129048f5171aeb415db26.tar.gz
Revert "Bump for release"
This reverts commit 91f43f1fd4e4daf5d8fbcd511bf2ba7ad6fd61d2.
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst46
1 files changed, 0 insertions, 46 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 83608ac9c..18cc7b704 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,49 +1,3 @@
-21.0 (2021-01-23)
-=================
-
-Deprecations and Removals
--------------------------
-
-- Drop support for Python 2. (`#6148 <https://github.com/pypa/pip/issues/6148>`_)
-- Remove support for legacy wheel cache entries that were created with pip
- versions older than 20.0. (`#7502 <https://github.com/pypa/pip/issues/7502>`_)
-- Remove support for VCS pseudo URLs editable requirements. It was emitting
- deprecation warning since version 20.0. (`#7554 <https://github.com/pypa/pip/issues/7554>`_)
-- Modernise the codebase after Python 2. (`#8802 <https://github.com/pypa/pip/issues/8802>`_)
-- Drop support for Python 3.5. (`#9189 <https://github.com/pypa/pip/issues/9189>`_)
-- Remove the VCS export feature that was used only with editable VCS
- requirements and had correctness issues. (`#9338 <https://github.com/pypa/pip/issues/9338>`_)
-
-Features
---------
-
-- Add ``--ignore-requires-python`` support to pip download. (`#1884 <https://github.com/pypa/pip/issues/1884>`_)
-- New resolver: Error message shown when a wheel contains inconsistent metadata
- is made more helpful by including both values from the file name and internal
- metadata. (`#9186 <https://github.com/pypa/pip/issues/9186>`_)
-
-Bug Fixes
----------
-
-- Fix a regression that made ``pip wheel`` do a VCS export instead of a VCS clone
- for editable requirements. This broke VCS requirements that need the VCS
- information to build correctly. (`#9273 <https://github.com/pypa/pip/issues/9273>`_)
-- Fix ``pip download`` of editable VCS requirements that need VCS information
- to build correctly. (`#9337 <https://github.com/pypa/pip/issues/9337>`_)
-
-Vendored Libraries
-------------------
-
-- Upgrade msgpack to 1.0.2.
-- Upgrade requests to 2.25.1.
-
-Improved Documentation
-----------------------
-
-- Render the unreleased pip version change notes on the news page in docs. (`#9172 <https://github.com/pypa/pip/issues/9172>`_)
-- Fix broken email link in docs feedback banners. (`#9343 <https://github.com/pypa/pip/issues/9343>`_)
-
-
.. note
You should *NOT* be adding new change log entries to this file, this