Skip to content

Commit

Permalink
chore: housekeeping, verison bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 30, 2023
1 parent 42afde3 commit a79ee22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 2023.07.30 (in development)
## 2023.07.30

- Expand channel auth patterns to include "no matching host key"
- Always restore `timeout_ops` even in the event of a timeout -- thank you to @erwinkinn, and please see #289 and #285
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pycodestyle>=2.8.0,<3.0.0
pydocstyle>=6.1.1,<7.0.0
pyfakefs>=5.0.0,<6.0.0
pylama>=8.4.0,<9.0.0
pylint==2.17.4
pylint==2.17.5
pytest-asyncio>=0.17.0,<1.0.0
pytest-cov>=3.0.0,<5.0.0
pytest>=7.0.0,<8.0.0
Expand Down
2 changes: 1 addition & 1 deletion scrapli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from scrapli.driver.base import AsyncDriver, Driver
from scrapli.factory import AsyncScrapli, Scrapli

__version__ = "2023.01.30"
__version__ = "2023.07.30"

__all__ = (
"AsyncDriver",
Expand Down

0 comments on commit a79ee22

Please sign in to comment.