Skip to content

Commit

Permalink
Bump versions for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Sep 10, 2018
1 parent 0fd4c53 commit 969bd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -61,8 +61,8 @@ cat's name, Gidget, as part of the name. Since "Gidget" somewhat sounds like
Changelog
---------

3.0.0 (in development)
''''''''''''''''''''''
3.0.0
'''''

- ``gidgethub.sansio.RateLimit.from_http`` returns ``None`` if ratelimit is
not found in the headers.
Expand Down
2 changes: 1 addition & 1 deletion gidgethub/__init__.py
@@ -1,5 +1,5 @@
"""An async GitHub API library"""
__version__ = '3.0.0.dev0'
__version__ = '3.0.0'

import http
from typing import Any
Expand Down

0 comments on commit 969bd1d

Please sign in to comment.