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

Version 0.2.1

parent e2045df4
No related branches found
No related tags found
No related merge requests found
Pipeline #199837 passed
# Changelog
## 0.2.1 (2024-09-25)
* Fixed m2m signal triggering behavior for tag assignments.
## 0.2.0 (2024-09-25)
* Add support for Tags as AWX Groups
......
......@@ -17,6 +17,7 @@ The features the plugin provides should be listed here.
|----------------|----------------|
| 3.7 | 0.1.0 |
| 3.7 | 0.2.0 |
| 3.7 | 0.2.1 |
## Installing
......
......@@ -2,7 +2,7 @@
__author__ = """Anders Harrisson"""
__email__ = "anders.harrisson@gmail.com"
__version__ = "0.2.0"
__version__ = "0.2.1"
from extras.plugins import PluginConfig
......
......@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "netbox-awx-plugin"
version = "0.2.0"
version = "0.2.1"
authors = [
{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