Skip to content
Snippets Groups Projects
Commit ef80926c authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Version 0.2.2

parent d1ac2d56
No related branches found
No related tags found
No related merge requests found
Pipeline #202091 passed
# Changelog # Changelog
## 0.2.2 (2024-10-15)
* Add unit tests.
* Fix serialization for MAC addresses.
## 0.2.1 (2024-09-25) ## 0.2.1 (2024-09-25)
* Fixed m2m signal triggering behavior for tag assignments. * Fixed m2m signal triggering behavior for tag assignments.
......
...@@ -18,6 +18,7 @@ The features the plugin provides should be listed here. ...@@ -18,6 +18,7 @@ The features the plugin provides should be listed here.
| 3.7 | 0.1.0 | | 3.7 | 0.1.0 |
| 3.7 | 0.2.0 | | 3.7 | 0.2.0 |
| 3.7 | 0.2.1 | | 3.7 | 0.2.1 |
| 3.7 | 0.2.2 |
## Installing ## Installing
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
__author__ = """Anders Harrisson""" __author__ = """Anders Harrisson"""
__email__ = "anders.harrisson@gmail.com" __email__ = "anders.harrisson@gmail.com"
__version__ = "0.2.1" __version__ = "0.2.2"
from extras.plugins import PluginConfig from extras.plugins import PluginConfig
......
...@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" ...@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "netbox-awx-plugin" name = "netbox-awx-plugin"
version = "0.2.1" version = "0.2.2"
authors = [ authors = [
{name = "Anders Harrisson", email = "anders.harrisson@gmail.com"}, {name = "Anders Harrisson", email = "anders.harrisson@gmail.com"},
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment