1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #4991: Add Python and NetBox versions to error page

This commit is contained in:
Jeremy Stretch
2020-08-21 12:58:48 -04:00
parent e02590ac96
commit 802af06c0f
3 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.1 (FUTURE)
### Enhancements
* [#4991](https://github.com/netbox-community/netbox/issues/4991) - Add Python and NetBox versions to error page
---
## v2.9.0 (2020-08-21)
### New Features