Skip to content

Commit 7db3624

Browse files
committed
preparing release 1.3.0
1 parent 613cf78 commit 7db3624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
137137
138138
Sync objects from various sources to NetBox
139139
140-
Version: 1.3.0-beta3 (2022-04-26)
140+
Version: 1.3.0 (2022-09-06)
141141
Project URL: https://github.com/bb-ricardo/netbox-sync
142142
143143
optional arguments:

netbox-sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
from module.sources import instantiate_sources
2626

2727

28-
__version__ = "1.3.0-beta3"
29-
__version_date__ = "2022-08-26"
28+
__version__ = "1.3.0"
29+
__version_date__ = "2022-09-06"
3030
__author__ = "Ricardo Bartels <[email protected]>"
3131
__description__ = "NetBox Sync"
3232
__license__ = "MIT"

0 commit comments

Comments
 (0)