Skip to content

Commit

Permalink
Post release: bump the version to 5.0.1.dev (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Apr 2, 2021
1 parent 1d005ec commit 80d769d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ ENV/

# nox
.nox

.idea
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

5.0.1.dev (under development)
-----------------------------

5.0.1
-----

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__ = "5.0.1"
__version__ = "5.0.1.dev"

import http
from typing import Any, Optional
Expand Down

0 comments on commit 80d769d

Please sign in to comment.