File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ body:
1717 What version of NetBox are you currently running? (If you don't have access to the most
1818 recent NetBox release, consider testing on our [demo instance](https://demo.netbox.dev/)
1919 before opening a bug report to see if your issue has already been addressed.)
20- placeholder : v3.0.3
20+ placeholder : v3.0.4
2121 validations :
2222 required : true
2323 - type : dropdown
2424 attributes :
2525 label : Python version
2626 description : What version of Python are you currently running?
2727 options :
28- - 3.7
29- - 3.8
30- - 3.9
28+ - " 3.7"
29+ - " 3.8"
30+ - " 3.9"
3131 validations :
3232 required : true
3333 - type : textarea
Original file line number Diff line number Diff line change 1414 attributes :
1515 label : NetBox version
1616 description : What version of NetBox are you currently running?
17- placeholder : v3.0.3
17+ placeholder : v3.0.4
1818 validations :
1919 required : true
2020 - type : dropdown
Original file line number Diff line number Diff line change 11# NetBox v3.0
22
3- ## v3.0.4 (FUTURE )
3+ ## v3.0.4 (2021-09-29 )
44
55### Enhancements
66
Original file line number Diff line number Diff line change 1616# Environment setup
1717#
1818
19- VERSION = '3.0.4-dev '
19+ VERSION = '3.0.4'
2020
2121# Hostname
2222HOSTNAME = platform .node ()
Original file line number Diff line number Diff line change 11Django == 3.2.7
2- django-cors-headers == 3.8 .0
2+ django-cors-headers == 3.9 .0
33django-debug-toolbar == 3.2.2
4- django-filter == 2.4.0
4+ django-filter == 21.1
55django-graphiql-debug-toolbar == 0.2.0
6- django-mptt == 0.13.3
6+ django-mptt == 0.13.4
77django-pglocks == 1.0.4
88django-prometheus == 2.1.0
99django-redis == 5.0.0
@@ -18,7 +18,7 @@ gunicorn==20.1.0
1818Jinja2 == 3.0.1
1919Markdown == 3.3.4
2020markdown-include == 0.6.0
21- mkdocs-material == 7.2.6
21+ mkdocs-material == 7.3.0
2222netaddr == 0.8.0
2323Pillow == 8.3.2
2424psycopg2-binary == 2.9.1
You can’t perform that action at this time.
0 commit comments