Skip to content

Commit 1834b70

Browse files
committed
[DOCs] Updated for release
1 parent 43fca3b commit 1834b70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+826
-764
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
wget https://github.com/INTI-CMNB/KiCost/releases/download/v1.1.5rc1/python3-babel_2.9.0-1_all.deb
5151
wget https://github.com/INTI-CMNB/KiCost/releases/download/v1.1.5rc5/python3-validators_0.14.2-2_all.deb
5252
wget https://github.com/set-soft/kicost-digikey-api-v3/releases/download/v0.1.1/kicost-digikey-api-v3_0.1.1-1_all.deb
53+
wget https://github.com/set-soft/kicost-digikey-api-v4/releases/download/v0.1.3/kicost-digikey-api-v4_0.1.3-1_all.deb
5354
apt -y install --no-install-recommends ./*.deb
5455
rm python3-babel*
5556
cp requirements.txt requirements.txt.ok
@@ -95,5 +96,4 @@ jobs:
9596
with:
9697
args: |
9798
package/${{needs.build.outputs.DEB_NAME}}
98-
package/python3-validators_0.14.2-2_all.deb
9999

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
kicost (1.1.20-1) UNRELEASED; urgency=medium
1+
kicost (1.1.20-1) stable; urgency=medium
22

3+
* Added support for Digi-Key API V4
34
* Fixed Nexar problems when the API reports errors
45
* Fixed Element14 too fast queries
56
* Fixed problems with some malformed references when importing a CSV
67

7-
-- Salvador Eduardo Tropea <[email protected]> Tue, 16 Jul 2024 08:56:03 -0300
8+
-- Salvador Eduardo Tropea <[email protected]> Thu, 27 Mar 2025 13:31:26 -0300
89

910
kicost (1.1.19-1) stable; urgency=medium
1011

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package: kicost
1111
Architecture: all
1212
Multi-Arch: foreign
1313
Depends: kicad | kicad-nightly, ${misc:Depends}, ${python3:Depends}
14-
Recommends: kicost-digikey-api-v3
14+
Recommends: kicost-digikey-api-v3, kicost-digikey-api-v4
1515
Description: Electronic parts cost finder for KiCad
1616
KiCost is intended to be run as a script for generating part-cost
1717
spreadsheets for circuit boards developed with KiCad. KiCost also
-642 Bytes
Binary file not shown.
4.86 KB
Binary file not shown.
1.39 KB
Binary file not shown.
1.36 KB
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b00495cb3b422940ddc19e93a06a97ee
3+
config: f9131cb349bac5651bccaa5529efdf49
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_modules/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; kicost 1.1.18 documentation</title>
8+
<title>Overview: module code &#8212; kicost 1.1.20 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/classic.css" />
1111

@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="../py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.18 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.20 documentation</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
3333
</ul>
3434
</div>
@@ -100,7 +100,7 @@ <h3>Navigation</h3>
100100
<li class="right" >
101101
<a href="../py-modindex.html" title="Python Module Index"
102102
>modules</a> |</li>
103-
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.18 documentation</a> &#187;</li>
103+
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.20 documentation</a> &#187;</li>
104104
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
105105
</ul>
106106
</div>

0 commit comments

Comments
 (0)