Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 22.1.b1 #11075

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ DrFeathers
Dustin Ingram
Dwayne Bailey
Ed Morley
Edgar Ramírez
Ee Durbin
Eitan Adler
ekristina
Expand Down Expand Up @@ -242,10 +243,12 @@ Frost Ming
Gabriel Curio
Gabriel de Perthuis
Garry Polley
gavin
gdanielson
Geoffrey Sneddon
George Song
Georgi Valkov
Georgy Pchelkin
ghost
Giftlin Rajaiah
gizmoguy1
Expand All @@ -266,6 +269,7 @@ Hari Charan
Harsh Vardhan
harupy
Harutaka Kawamura
Henrich Hartzer
Henry Schreiner
Herbert Pfennig
Hsiaoming Yang
Expand Down Expand Up @@ -299,6 +303,7 @@ James Gerity
James Polley
Jan Pokorný
Jannis Leidel
Jarek Potiuk
jarondl
Jason R. Coombs
Jay Graves
Expand All @@ -313,6 +318,7 @@ Jesse Rittner
Jiashuo Li
Jim Fisher
Jim Garrison
Jiun Bae
Jivan Amara
Joe Michelini
John Paton
Expand All @@ -339,7 +345,9 @@ Jussi Kukkonen
jwg4
Jyrki Pulliainen
Kai Chen
Kai Mueller
Kamal Bin Mustafa
kasium
kaustav haldar
keanemind
Keith Maxwell
Expand Down Expand Up @@ -386,6 +394,7 @@ Mark Kohler
Mark Williams
Markus Hametner
Martey Dodoo
Martin Fischer
Martin Häcker
Martin Pavlasek
Masaki
Expand Down Expand Up @@ -433,6 +442,7 @@ Monica Baluna
montefra
Monty Taylor
Nadav Wexler
Nahuel Ambrosini
Nate Coraor
Nate Prewitt
Nathan Houghton
Expand Down Expand Up @@ -539,11 +549,13 @@ Roey Berman
Rohan Jain
Roman Bogorodskiy
Romuald Brunet
ronaudinho
Ronny Pfannschmidt
Rory McCann
Ross Brattain
Roy Wellington Ⅳ
Ruairidh MacLeod
Russell Keith-Magee
Ryan Wooden
ryneeverett
Sachi King
Expand All @@ -560,6 +572,7 @@ SeongSoo Cho
Sergey Vasilyev
Seth Woodworth
shireenrao
Shivansh-007
Shlomi Fish
Shovan Maity
Simeon Visser
Expand Down Expand Up @@ -593,6 +606,7 @@ Sylvain
Takayuki SHIMIZUKAWA
Taneli Hukkinen
tbeswick
Thiago
Thijs Triemstra
Thomas Fenzl
Thomas Grainger
Expand All @@ -612,6 +626,7 @@ Tom V
Tomas Hrnciar
Tomas Orsava
Tomer Chachamu
Tomáš Hrnčiar
Tony Beswick
Tony Zhaocheng Tan
TonyBeswick
Expand Down Expand Up @@ -652,6 +667,7 @@ Yeray Diaz Diaz
Yoval P
Yu Jian
Yuan Jing Vincent Yan
Yusuke Hayashi
Zearin
Zhiping Deng
ziebam
Expand Down
2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List, Optional

__version__ = "22.1.dev0"
__version__ = "22.1.dev"


def main(args: Optional[List[str]] = None) -> int:
Expand Down