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

Fixes #7752: Fix minimum version check under Python v3.10

This commit is contained in:
jeremystretch
2021-11-05 08:45:57 -04:00
parent 8f1acb700d
commit 773fd47ca6
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## v3.0.10 (FUTURE)
### Bug Fixes
* [#7752](https://github.com/netbox-community/netbox/issues/7752) - Fix minimum version check under Python v3.10
---
## v3.0.9 (2021-11-03)