Skip to content

Commit

Permalink
Merge 48cce5d into bc1326b
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-dileo committed Sep 8, 2016
2 parents bc1326b + 48cce5d commit da05840
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Arista Networks EOS+
Copyright (c) 2016, Arista Networks EOS+
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop
0.7.0
27 changes: 27 additions & 0 deletions docs/release-notes-0.7.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
######
v0.7.0
######

2016-09-08

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

* Add OSPF API (`95 <https://github.com/arista-eosplus/pyeapi/pull/95>`_) [`brigoldberg <https://github.com/brigoldberg>`_]
Big thanks for the community support!

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

* Enhance Node enable() method (`100 <https://github.com/arista-eosplus/pyeapi/pull/100>`_) [`dathelen <https://github.com/dathelen>`_]
This enhancement adds a send_enable flag to the enable and run_commands Node methods. By default the enable command will be sent, however you can now run commands without prepending the enable.
* Finish OSPF API (`99 <https://github.com/arista-eosplus/pyeapi/pull/99>`_) [`dathelen <https://github.com/dathelen>`_]
Create system tests and add unit tests to increase code coverage.
* Add Cross-Platform Support for pyeapi (`94 <https://github.com/arista-eosplus/pyeapi/pull/94>`_) [`grybak-arista <https://github.com/grybak-arista>`_]
Use logging instead of syslog for better cross-platform compatibility. This enhancement provides support for Windows users.

Fixed
^^^^^

* Allow dot and hyphen in mlag domain-id (`91 <https://github.com/arista-eosplus/pyeapi/issues/91>`_)
Include handling any character in domain-id string, including dot, hyphen, and space
29 changes: 15 additions & 14 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ Release Notes
:maxdepth: 2
:titlesonly:

release-notes-0.1.0.rst
release-notes-0.1.1.rst
release-notes-0.2.0.rst
release-notes-0.2.1.rst
release-notes-0.2.2.rst
release-notes-0.2.3.rst
release-notes-0.2.4.rst
release-notes-0.3.0.rst
release-notes-0.3.1.rst
release-notes-0.3.2.rst
release-notes-0.3.3.rst
release-notes-0.4.0.rst
release-notes-0.5.0.rst
release-notes-0.6.0.rst
release-notes-0.7.0.rst
release-notes-0.6.1.rst
release-notes-0.6.0.rst
release-notes-0.5.0.rst
release-notes-0.4.0.rst
release-notes-0.3.3.rst
release-notes-0.3.2.rst
release-notes-0.3.1.rst
release-notes-0.3.0.rst
release-notes-0.2.4.rst
release-notes-0.2.3.rst
release-notes-0.2.2.rst
release-notes-0.2.1.rst
release-notes-0.2.0.rst
release-notes-0.1.1.rst
release-notes-0.1.0.rst
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__ = 'develop'
__version__ = '0.7.0'
__author__ = 'Arista EOS+'


Expand Down

0 comments on commit da05840

Please sign in to comment.