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

Version 0.2.0

parent 6c08f48b
No related branches found
No related tags found
No related merge requests found
Pipeline #199724 passed
# Changelog # Changelog
## 0.2.0 (2024-09-25)
* Add support for Tags as AWX Groups
## 0.1.0 (2024-05-03) ## 0.1.0 (2024-05-03)
* First release on PyPI. * First release on PyPI.
...@@ -16,6 +16,7 @@ The features the plugin provides should be listed here. ...@@ -16,6 +16,7 @@ The features the plugin provides should be listed here.
| NetBox Version | Plugin Version | | NetBox Version | Plugin Version |
|----------------|----------------| |----------------|----------------|
| 3.7 | 0.1.0 | | 3.7 | 0.1.0 |
| 3.7 | 0.2.0 |
## 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.1.0" __version__ = "0.2.0"
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.1.0" version = "0.2.0"
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