mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
PRVB
This commit is contained in:
parent
84d83fbd14
commit
19c984bdab
@ -1,5 +1,9 @@
|
|||||||
# NetBox v3.0
|
# NetBox v3.0
|
||||||
|
|
||||||
|
## v3.0.5 (FUTURE)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v3.0.4 (2021-09-29)
|
## v3.0.4 (2021-09-29)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
@ -30,6 +34,8 @@
|
|||||||
* [#7374](https://github.com/netbox-community/netbox/issues/7374) - Add missing `face` parameter to API elevations request when editing device
|
* [#7374](https://github.com/netbox-community/netbox/issues/7374) - Add missing `face` parameter to API elevations request when editing device
|
||||||
* [#7392](https://github.com/netbox-community/netbox/issues/7392) - Fix "help" links for custom fields, other models
|
* [#7392](https://github.com/netbox-community/netbox/issues/7392) - Fix "help" links for custom fields, other models
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v3.0.3 (2021-09-20)
|
## v3.0.3 (2021-09-20)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
@ -16,7 +16,7 @@ from django.core.validators import URLValidator
|
|||||||
# Environment setup
|
# Environment setup
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = '3.0.4'
|
VERSION = '3.0.5-dev'
|
||||||
|
|
||||||
# Hostname
|
# Hostname
|
||||||
HOSTNAME = platform.node()
|
HOSTNAME = platform.node()
|
||||||
|
Loading…
Reference in New Issue
Block a user