Skip to content

Commit

Permalink
support for Version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoalmeidaoliveira committed Jan 7, 2025
1 parent 42aa887 commit f59cbdc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nb_service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class NbserviceConfig(PluginConfig):
version = __version__
author = 'Renato Almeida de Oliveira Zaroubin'
author_email = '[email protected]'
min_version = "4.1.0"
max_version = "4.1.99"
min_version = "4.2.0"
max_version = "4.2.99"
required_settings = []
default_settings = {
"top_level_menu": True
Expand Down
1 change: 0 additions & 1 deletion nb_service/tests/application/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ApplicationViewTestCase(
ViewTestCases.DeleteObjectViewTestCase,
ViewTestCases.ListObjectsViewTestCase,
ViewTestCases.GetObjectChangelogViewTestCase,
ViewTestCases.BulkImportObjectsViewTestCase,
ViewTestCases.BulkDeleteObjectsViewTestCase,
):
model = Application
Expand Down
1 change: 0 additions & 1 deletion nb_service/tests/service/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ServiceViewTestCase(
ViewTestCases.DeleteObjectViewTestCase,
ViewTestCases.ListObjectsViewTestCase,
ViewTestCases.GetObjectChangelogViewTestCase,
ViewTestCases.BulkImportObjectsViewTestCase,
ViewTestCases.BulkDeleteObjectsViewTestCase,
):
model = Service
Expand Down
2 changes: 1 addition & 1 deletion nb_service/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.2.0"

0 comments on commit f59cbdc

Please sign in to comment.