Skip to content

Commit

Permalink
set version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed May 14, 2024
1 parent f7fe864 commit 3b36133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
Sync objects from various sources to NetBox
Version: 1.6.0 (2024-02-16)
Version: 1.6.1 (2024-05-14)
Project URL: https://github.com/bb-ricardo/netbox-sync
options:
Expand Down
4 changes: 2 additions & 2 deletions module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# For a copy, see file LICENSE.txt included in this
# repository or visit: <https://opensource.org/licenses/MIT>.

__version__ = "1.6.0"
__version_date__ = "2024-02-16"
__version__ = "1.6.1"
__version_date__ = "2024-05-14"
__author__ = "Ricardo Bartels <[email protected]>"
__description__ = "NetBox Sync"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion settings-example.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;; Welcome to the NetBox Sync configuration file.
;;; Version: 1.6.0 (2024-02-16)
;;; Version: 1.6.1 (2024-05-14)
;;; Project URL: https://github.com/bb-ricardo/netbox-sync

; The values in this file override the default values used by the system if a config
Expand Down

0 comments on commit 3b36133

Please sign in to comment.