10000
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 6572d75 commit 9345f86Copy full SHA for 9345f86
docs/source/release-notes/2.0.0.rst
@@ -1,4 +1,4 @@
1
-2.0.0: 2020-01-10
+2.0.0: 2021-02-21
2
-----------------
3
4
Features Added
src/github3/__about__.py
@@ -4,7 +4,7 @@
__author__ = "Ian Stapleton Cordasco"
5
__author_email__ = "graffatcolmingov@gmail.com"
6
__license__ = "Modified BSD"
7
-__copyright__ = "Copyright 2012-2018 Ian Stapleton Cordasco"
+__copyright__ = "Copyright 2012-2021 Ian Stapleton Cordasco"
8
__version__ = "2.0.0"
9
__version_info__ = tuple(
10
int(i) for i in __version__.split(".") if i.isdigit()
0 commit comments