Skip to content

Commit 6e5d5bd

Browse files
committed
v1.0.0
1 parent 66e29fb commit 6e5d5bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v1.0.0
44

5-
Release date: TBD
5+
Release date: 2021-01-07
66

77
Backward incompatible changes:
88

pymysql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
)
4848

4949

50-
VERSION = (0, 10, 1, None)
50+
VERSION = (1, 0, 0, None)
5151
if VERSION[3] is not None:
5252
VERSION_STRING = "%d.%d.%d_%s" % VERSION
5353
else:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages
33

4-
version = "0.10.1"
4+
version = "1.0.0"
55

66
with open("./README.rst", encoding="utf-8") as f:
77
readme = f.read()

0 commit comments

Comments
 (0)