14
0

Accepting request 750004 from home:mnhauke:network:automation

- Update to version 4.2.0
  * Fix discrepancy in DetailEndpoint.create() and the docs where
    calling w/o arguments resulted in an exception.
  * Add method to return custom choices.

OBS-URL: https://build.opensuse.org/request/show/750004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-11-21 12:13:01 +00:00
committed by Git OBS Bridge
parent 6c0e7f5bf3
commit df5107371d
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 20 20:21:16 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.2.0
* Fix discrepancy in DetailEndpoint.create() and the docs where
calling w/o arguments resulted in an exception.
* Add method to return custom choices.
-------------------------------------------------------------------
Tue Nov 19 18:13:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>