Skip to content

Commit c47e4ae

Browse files
committed
bumps version to 1.8.0
1 parent eebede0 commit c47e4ae

36 files changed

Lines changed: 39 additions & 39 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 - 2021 Ricardo Bartels
3+
Copyright (c) 2020 - 2025 Ricardo Bartels
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
9999
100100
Sync objects from various sources to NetBox
101101
102-
Version: 1.7.0 (2024-10-21)
102+
Version: 1.8.0 (2025-02-26)
103103
Project URL: https://github.com/bb-ricardo/netbox-sync
104104
105105
options:

module/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#
66
# This work is licensed under the terms of the MIT license.
77
# For a copy, see file LICENSE.txt included in this
88
# repository or visit: <https://opensource.org/licenses/MIT>.
99

10-
__version__ = "1.7.0"
11-
__version_date__ = "2024-10-21"
10+
__version__ = "1.8.0"
11+
__version_date__ = "2025-02-26"
1212
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
1313
__description__ = "NetBox Sync"
1414
__license__ = "MIT"

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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/common/config.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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

module/config/__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 - 2023 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# netbox-sync.py
55
#

0 commit comments

Comments
 (0)