Skip to content

Commit

Permalink
bump to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelskiy committed Jul 13, 2022
1 parent 9279a0d commit 1323c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aiojenkins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .exceptions import JenkinsError, JenkinsNotFoundError
from .jenkins import Jenkins

__version__ = '0.7.6'
__version__ = '0.7.7'

__all__ = ('Jenkins', 'JenkinsError', 'JenkinsNotFoundError')
1 change: 0 additions & 1 deletion aiojenkins/jenkins.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import asyncio
from ensurepip import version

from http import HTTPStatus
from typing import Any, NamedTuple, Optional, Tuple, Union
Expand Down

0 comments on commit 1323c09

Please sign in to comment.