Skip to content

Commit

Permalink
Bump version to next dev number
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Dec 14, 2018
1 parent 8f24dc4 commit 1101e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ cat's name, Gidget, as part of the name. Since "Gidget" somewhat sounds like
Changelog
---------

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

- N/A

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.0'
__version__ = '3.1.1.dev1'

import http
from typing import Any
Expand Down

0 comments on commit 1101e1d

Please sign in to comment.