Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Apr 20, 2020
1 parent 967022c commit 1b70577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=======

# 2020.XX.XX
# 2020.04.19
- Increase character count for base prompt pattern for `Scrape`, `GenericDriver`, and core drivers. Example:
`r"^[a-z0-9.\-@()/:]{1,32}[#>$]$"` for the base `IOSXEDriver` `comms_prompt_pattern` has been increased to:
`r"^[a-z0-9.\-@()/:]{1,48}[#>$]$"`
Expand Down
2 changes: 1 addition & 1 deletion scrapli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from scrapli.driver import Scrape

__version__ = "2020.04.11"
__version__ = "2020.04.19"
__all__ = ("Scrape",)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="scrapli",
version="2020.04.11",
version="2020.04.19",
author=__author__,
author_email="[email protected]",
description="Screen scraping (ssh|telnet) client focused on network devices",
Expand Down

0 comments on commit 1b70577

Please sign in to comment.