Skip to content

Commit 7df5999

Browse files
committed
Bumped version to 1.1.19
1 parent 8e1f5e2 commit 7df5999

File tree

3 files changed

+40
-31
lines changed

3 files changed

+40
-31
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
kicost (1.1.19-1) stable; urgency=medium
2+
3+
* Components groupings now isn't case sensitive
4+
* Fixed Element14 issues when no RoHS info found
5+
* Fixed Element14 country selection
6+
* Added warning about missing config file
7+
8+
-- Salvador Eduardo Tropea <salvador@inti.gob.ar> Mon, 06 May 2024 11:09:42 -0300
9+
110
kicost (1.1.18-1) stable; urgency=medium
211

312
* Fixed problems when no arguments were specified
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
#!/usr/bin/python3
22
# -*- coding: utf-8 -*-
3-
default_date = '2023-05-15'
3+
default_date = '2024-05-06'
44
default_rates = {'EUR': 1.0,
5-
'USD': 1.0876,
6-
'JPY': 148.15,
5+
'USD': 1.0776,
6+
'JPY': 165.7,
77
'BGN': 1.9558,
8-
'CZK': 23.574,
9-
'DKK': 7.4471,
10-
'GBP': 0.86943,
11-
'HUF': 369.3,
12-
'PLN': 4.5078,
13-
'RON': 4.9375,
14-
'SEK': 11.2905,
15-
'CHF': 0.9747,
16-
'ISK': 150.9,
17-
'NOK': 11.583,
18-
'TRY': 21.3896,
19-
'AUD': 1.6261,
20-
'BRL': 5.3431,
21-
'CAD': 1.4684,
22-
'CNY': 7.5621,
23-
'HKD': 8.525,
24-
'IDR': 16089.55,
25-
'ILS': 3.9776,
26-
'INR': 89.499,
27-
'KRW': 1453.79,
28-
'MXN': 19.0872,
29-
'MYR': 4.8915,
30-
'NZD': 1.7494,
31-
'PHP': 60.984,
8+
'CZK': 24.995,
9+
'DKK': 7.4589,
10+
'GBP': 0.8566,
11+
'HUF': 389.38,
12+
'PLN': 4.3185,
13+
'RON': 4.9688,
14+
'SEK': 11.625,
15+
'CHF': 0.9754,
16+
'ISK': 150.3,
17+
'NOK': 11.6663,
18+
'TRY': 34.7747,
19+
'AUD': 1.6248,
20+
'BRL': 5.4683,
21+
'CAD': 1.4731,
22+
'CNY': 7.7662,
23+
'HKD': 8.4223,
24+
'IDR': 17289.39,
25+
'ILS': 4.0322,
26+
'INR': 89.9875,
27+
'KRW': 1460.0,
28+
'MXN': 18.2346,
29+
'MYR': 5.1067,
30+
'NZD': 1.7891,
31+
'PHP': 61.66,
3232
'SGD': 1.4548,
33-
'THB': 36.772,
34-
'ZAR': 20.7496,
33+
'THB': 39.618,
34+
'ZAR': 19.8369,
3535
}

kicost/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'XESS Corporation'
22
__email__ = 'info@xess.com'
3-
__version__ = '1.1.18'
4-
__build__ = 'd70ad0d-2023-05-15'
3+
__version__ = '1.1.19'
4+
__build__ = '8e1f5e2-2024-05-06'

0 commit comments

Comments
 (0)