Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2-rc0
0.8.3
25 changes: 25 additions & 0 deletions docs/release-notes-0.8.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Release 0.8.3
-------------

2020-01-26

New Modules
^^^^^^^^^^^


Enhancements
^^^^^^^^^^^^

* Support eapi command revision syntax (`181 <https://github.com/arista-eosplus/pyeapi/pull/181>`_)

* Add ability to use pyeapi with certificates

* Added check for 'match' statement to be valid before parsing regex ACL

Fixed
^^^^^

Known Caveats
^^^^^^^^^^^^^


2 changes: 1 addition & 1 deletion pyeapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
__version__ = '0.8.2-rc0'
__version__ = '0.8.3'
__author__ = 'Arista EOS+'


Expand Down