Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb7acab

Browse filesBrowse files
committed
2.0.0rc1
1 parent dfe6b1b commit bb7acab
Copy full SHA for bb7acab

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎.github/workflows/windows.yaml

Copy file name to clipboardExpand all lines: .github/workflows/windows.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
working-directory: ../mysqlclient/dist
8282
run: |
8383
ls -la
84-
py -3.8 -m pip install mysqlclient-1.4.6-cp38-cp38-win_amd64.whl
84+
py -3.8 -m pip install mysqlclient-2.0.0.rc1-cp38-cp38-win_amd64.whl
8585
py -3.8 -c "import MySQLdb"
86-
py -3.7 -m pip install mysqlclient-1.4.6-cp37-cp37m-win_amd64.whl
86+
py -3.7 -m pip install mysqlclient-2.0.0.rc1-cp37-cp37m-win_amd64.whl
8787
py -3.7 -c "import MySQLdb"
88-
py -3.6 -m pip install mysqlclient-1.4.6-cp36-cp36m-win_amd64.whl
88+
py -3.6 -m pip install mysqlclient-2.0.0.rc1-cp36-cp36m-win_amd64.whl
8989
py -3.6 -c "import MySQLdb"
9090

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 2.0.0dev1
3-
version_info: (2,0,0,'dev',1)
2+
version: 2.0.0.rc1
3+
version_info: (2,0,0,'rc',1)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: songofacandy@gmail.com

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.