Skip to content

Commit a9f25a6

Browse files
committed
prepare release v1.2.2
1 parent 4410d6d commit a9f25a6

17 files changed

Lines changed: 19 additions & 19 deletions

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.1 (2021-11-03)
128+
Version: 1.2.2 (2022-01-27)
129129
Project URL: https://github.com/bb-ricardo/netbox-sync
130130
131131
optional arguments:

module/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/cli_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/netbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/netbox/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2021 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2022 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

0 commit comments

Comments
 (0)