10000 Release v2.0 · sarahmonod/github3.py@9345f86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9345f86

Browse files
committed
Release v2.0
1 parent 6572d75 commit 9345f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/release-notes/2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.0: 2020-01-10
1+
2.0.0: 2021-02-21
22
-----------------
33

44
Features Added

src/github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = "Ian Stapleton Cordasco"
55
__author_email__ = "graffatcolmingov@gmail.com"
66
__license__ = "Modified BSD"
7-
__copyright__ = "Copyright 2012-2018 Ian Stapleton Cordasco"
7+
__copyright__ = "Copyright 2012-2021 Ian Stapleton Cordasco"
88
__version__ = "2.0.0"
99
__version_info__ = tuple(
1010
int(i) for i in __version__.split(".") if i.isdigit()

0 commit comments

Comments
 (0)
0