Skip to content

Commit c26b726

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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

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.2.0"
29-
__version_date__ = "2021-10-29"
28+
__version__ = "1.2.1"
29+
__version_date__ = "2021-11-03"
3030
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
3131
__description__ = "NetBox Sync"
3232
__license__ = "MIT"

0 commit comments

Comments
 (0)