We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcac2c commit f3a6b03Copy full SHA for f3a6b03
2 files changed
.azure-pipelines/deploy.yml
@@ -13,7 +13,7 @@ variables:
13
resources:
14
containers:
15
- container: manylinux
16
- image: quay.io/pypa/manylinux1_x86_64
+ image: quay.io/pypa/manylinux2010_x86_64
17
repositories:
18
- repository: templates
19
type: github
multidict/__init__.py
@@ -19,7 +19,7 @@
"istr",
20
)
21
22
-__version__ = "4.6.0a0"
+__version__ = "4.6.0a1"
23
24
25
try:
0 commit comments