Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Apr 11, 2020
1 parent 2c6e5d9 commit 0929ed6
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.04.XX
# 2020.04.11
- *BREAKING CHANGE*: modify `send_interact` to just make more sense in general... now it supports 1->N "events" to
interact with -- see the "handling prompts" section of README for updated example
- Moved `record_response` of `Response` object to be a private method, shouldn't really be needed publicly
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.03.29"
__version__ = "2020.04.11"
__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.03.29",
version="2020.04.11",
author=__author__,
author_email="[email protected]",
description="Screen scraping (ssh|telnet) client focused on network devices",
Expand Down

0 comments on commit 0929ed6

Please sign in to comment.