Skip to content

Commit

Permalink
Bump version and update changelog for mypy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Dec 22, 2018
1 parent 9c1f488 commit b260304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ cat's name, Gidget, as part of the name. Since "Gidget" somewhat sounds like
Changelog
---------

3.1.1 (in development)
3.2.0 (in development)
''''''''''''''''''''''

- N/A
- Fix mypy warnings about the ``Dict`` and ``Mapping`` generic types lacking
type parameters.

3.1.0
''''''
Expand Down
2 changes: 1 addition & 1 deletion gidgethub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""An async GitHub API library"""
__version__ = '3.1.1.dev1'
__version__ = '3.2.0.dev1'

import http
from typing import Any
Expand Down

0 comments on commit b260304

Please sign in to comment.