diff --git a/AUTHORS.rst b/AUTHORS.rst index 30ea2450..991702f2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -12,7 +12,7 @@ Maintainer(s) - Matt Chung (@itsmemattchung) -- Thiago D'Ávila (@staticdev) +- Thiago A. (@staticdev) Requests ```````` diff --git a/docs/source/release-notes/3.3.0.rst b/docs/source/release-notes/3.3.0.rst new file mode 100644 index 00000000..5b2edd63 --- /dev/null +++ b/docs/source/release-notes/3.3.0.rst @@ -0,0 +1,40 @@ +3.3.0: 2023-04-16 +----------------- + +Features Added +`````````````` + +- Add tests for Python 3.11 (@cclauss). See also gh-1124_ +- Add function for getting repos for github app (@pettermk). See also gh-1085_ +- Cancel and failed invitation (@pallavisharma1210). See also gh-1091_ +- Allow to set GitHub API version (@anz-ableton). See also gh-1121_ + +Removal +``````` + +- Remove support to EOL Python 3.6 (@staticdev). See also gh-1103_ + +Dependency Change +````````````````` + +- Bump the dev-requirements.txt (@offbyone). See also gh-1136_ + +Bug Fixes +````````` + +- Missing set permission for collaborators. See also gh-954_ + +.. _gh-954: + https://github.com/sigmavirus24/github3.py/issues/954 +.. _gh-1103: + https://github.com/sigmavirus24/github3.py/issues/1103 +.. _gh-1085: + https://github.com/sigmavirus24/github3.py/issues/1085 +.. _gh-1091: + https://github.com/sigmavirus24/github3.py/pull/1091 +.. _gh-1124: + https://github.com/sigmavirus24/github3.py/pull/1124 +.. _gh-1121: + https://github.com/sigmavirus24/github3.py/issues/1121 +.. _gh-1136: + https://github.com/sigmavirus24/github3.py/pull/1136 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 5edbe650..c59ba4c0 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -9,6 +9,7 @@ here with the newest releases first. ================== .. toctree:: + 3.3.0 3.2.0 3.1.2 3.1.1 diff --git a/src/github3/__about__.py b/src/github3/__about__.py index 4312e99d..bf91aaf3 100644 --- a/src/github3/__about__.py +++ b/src/github3/__about__.py @@ -4,8 +4,8 @@ __author__ = "Ian Stapleton Cordasco" __author_email__ = "graffatcolmingov@gmail.com" __license__ = "Modified BSD" -__copyright__ = "Copyright 2012-2022 Ian Stapleton Cordasco" -__version__ = "3.2.0" +__copyright__ = "Copyright 2012-2023 Ian Stapleton Cordasco" +__version__ = "3.3.0" __version_info__ = tuple( int(i) for i in __version__.split(".") if i.isdigit() )
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: