Release v2.5.9

This commit is contained in:
Jeremy Stretch 2019-04-02 11:54:00 -04:00
parent 3602d5a84c
commit 738a20ad34
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
v2.5.9 (FUTURE) v2.5.9 (2019-04-01)
## Enhancements ## Enhancements
@ -21,6 +21,8 @@ v2.5.9 (FUTURE)
* [#3027](https://github.com/digitalocean/netbox/issues/3027) - Ignore empty local context data when rendering config contexts * [#3027](https://github.com/digitalocean/netbox/issues/3027) - Ignore empty local context data when rendering config contexts
* [#3032](https://github.com/digitalocean/netbox/issues/3032) - Save assigned tags when creating a new secret * [#3032](https://github.com/digitalocean/netbox/issues/3032) - Save assigned tags when creating a new secret
---
v2.5.8 (2019-03-11) v2.5.8 (2019-03-11)
## Enhancements ## Enhancements

View File

@ -22,7 +22,7 @@ except ImportError:
) )
VERSION = '2.5.9-dev' VERSION = '2.5.9'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))