Skip to content

Commit ff8adf1

Browse files
authored
Release v0.4.10 (#463)
1 parent 72e6aba commit ff8adf1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.10
4+
---
5+
6+
### Bug Fixes
7+
8+
- [#456](https://github.com/netboxlabs/netbox-custom-objects/issues/456) - Additional guards against a partially-migrated schema crashing during `manage.py migrate`
9+
10+
311
## 0.4.9
412
---
513

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CustomObjectsPluginConfig(PluginConfig):
7171
name = "netbox_custom_objects"
7272
verbose_name = "Custom Objects"
7373
description = "A plugin to manage custom objects in NetBox"
74-
version = "0.4.9"
74+
version = "0.4.10"
7575
author = 'Netbox Labs'
7676
author_email = 'support@netboxlabs.com'
7777
base_url = "custom-objects"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netboxlabs-netbox-custom-objects"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)