diff --git a/docs/changelog.rst b/docs/changelog.rst index 90cbcfc..5b2d422 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,6 @@ Changelog 4.1.0 ''''' -.. note:: - Under development - - Introduce :mod:`gidgethub.apps`. - Introduce :meth:`gidgethub.apps.get_installation_access_token` diff --git a/gidgethub/__init__.py b/gidgethub/__init__.py index 4aeff99..46ababd 100644 --- a/gidgethub/__init__.py +++ b/gidgethub/__init__.py @@ -1,5 +1,5 @@ """An async GitHub API library""" -__version__ = "4.1.0.dev1" +__version__ = "4.1.0" import http from typing import Any