Skip to content

Commit c26b726

Browse files
committed
bump version to 1.2.1 Adding syncing of custom attributes
1 parent ce5eb04 commit c26b726

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
125125
126126
Sync objects from various sources to NetBox
127127
128-
Version: 1.2.0 (2021-10-29)
128+
Version: 1.2.1 (2021-11-03)
129129
Project URL: https://github.com/bb-ricardo/netbox-sync
130130
131131
optional arguments:

netbox-sync.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
from module.sources import instantiate_sources
2626

2727

28-
__version__ = "1.2.0"
29-
__version_date__ = "2021-10-29"
28+
__version__ = "1.2.1"
29+
__version_date__ = "2021-11-03"
3030
__author__ = "Ricardo Bartels <[email protected]>"
3131
__description__ = "NetBox Sync"
3232
__license__ = "MIT"

0 commit comments

Comments
 (0)