File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.3
4+ ---
5+
6+ ### Bug Fixes
7+
8+ - [ #299 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/299 ) - Add additional checks for restricted names of custom object types
9+ - [ #326 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/326 ) - Improve initialization code check when running migrations
10+ - [ #330 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/330 ) - Fix limit checking for max_custom_object_types
11+
12+
313## 0.4.2
414---
515
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class CustomObjectsPluginConfig(PluginConfig):
1515 name = "netbox_custom_objects"
1616 verbose_name = "Custom Objects"
1717 description = "A plugin to manage custom objects in NetBox"
18- version = "0.4.2 "
18+ version = "0.4.3 "
1919 author = 'Netbox Labs'
2020 author_email = '[email protected] ' 2121 base_url = "custom-objects"
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-custom-objects"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
44description = " A plugin to manage custom objects in NetBox"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments