Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpegg committed May 30, 2017
1 parent 08a89f4 commit f31d1e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Changelog
Version History
===============

.. _v1.1.4:

1.1.4 (2017-05-30)
-------------------

* Fix #260 - Add Interface tree traversal methods

+ Similar to the methods already available on Network, this adds ``parent``,
``ancestors``, ``root``, ``siblings``, ``children`` and ``descendants`` to
the ``InterfaceViewSet`` as well as corresponding ``get_*`` methods to the
Interface model.

.. _v1.1.3:

1.1.3 (2017-02-03)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN pip install psycopg2

# Try to run this as late as possible for layer caching - this version will be
# updated every update so let the build not take longer than necessary
RUN pip install nsot==1.1.3
RUN pip install nsot==1.1.4
COPY conf /etc/nsot

ENTRYPOINT ["nsot-server", "--config=/etc/nsot/nsot.conf.py"]
Expand Down
2 changes: 1 addition & 1 deletion nsot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.3'
__version__ = '1.1.4'

0 comments on commit f31d1e7

Please sign in to comment.