Skip to content

Commit 3badc8e

Browse files
committed
Bumped version to 2.5.5
1 parent 8a7f572 commit 3badc8e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kidiff (2.5.5-1) stable; urgency=medium
2+
3+
* Visible drill marks issue with KiCad 8.0.4
4+
5+
-- Salvador Eduardo Tropea <[email protected]> Thu, 12 Sep 2024 10:13:07 -0300
6+
17
kidiff (2.5.4-1) stable; urgency=medium
28

39
* Hidden text workaround for KiCad 8.0.2

kicad-diff-init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__copyright__ = 'Copyright 2020, INTI'
1313
__credits__ = ['Salvador E. Tropea']
1414
__license__ = 'GPL 2.0'
15-
__version__ = '2.5.4'
15+
__version__ = '2.5.5'
1616
__email__ = '[email protected]'
1717
__status__ = 'beta'
1818
__url__ = 'https://github.com/INTI-CMNB/KiDiff/'

kicad-diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__copyright__ = 'Copyright 2020-2024, INTI/'+__author__
2929
__credits__ = ['Salvador E. Tropea', 'Jesse Vincent']
3030
__license__ = 'GPL 2.0'
31-
__version__ = '2.5.4'
31+
__version__ = '2.5.5'
3232
__email__ = '[email protected]'
3333
__status__ = 'beta'
3434
__url__ = 'https://github.com/INTI-CMNB/KiDiff/'

kicad-git-diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__copyright__ = 'Copyright 2020, INTI'
1515
__credits__ = ['Salvador E. Tropea', 'Jesse Vincent']
1616
__license__ = 'GPL 2.0'
17-
__version__ = '2.5.4'
17+
__version__ = '2.5.5'
1818
__email__ = '[email protected]'
1919
__status__ = 'beta'
2020
__url__ = 'https://github.com/INTI-CMNB/KiDiff/'

0 commit comments

Comments
 (0)