Skip to content

Commit

Permalink
[KiKit][DOCs] Mentioned 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 19, 2024
1 parent f65a5a7 commit bb936ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/source/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

- Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig`
- Optional to separate multiboard projects for general use
- Note: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
- Notes:
- Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
- You can also try the official 1.4.0 release

`KiCad PCB/SCH Diff <https://github.com/INTI-CMNB/KiDiff>`__ :index:`: <pair: dependency; KiCad PCB/SCH Diff>` v2.5.3 |image12| |Auto-download|

Expand Down
2 changes: 1 addition & 1 deletion kibot/config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def print_dep_comments(dep, extra, ind):
elif len(dep.comments) > 1:
print(f'- {extra}Notes:')
for comment in dep.comments:
print('{ind}- {extra}'+comment)
print(f'{ind}- {extra}'+comment)


def compose_version(version, max_version):
Expand Down
4 changes: 3 additions & 1 deletion kibot/dep_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
pypi: KiKit
downloader: pytool
version: 1.3.0.4
comments: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
comments:
- Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
- You can also try the official 1.4.0 release
- from: KiKit
role: Separate multiboard projects
- name: Xvfbwrapper
Expand Down
3 changes: 2 additions & 1 deletion src/kibot-check
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,8 @@ deps = '{\
"arch": null,\
"command": "kikit",\
"comments": [\
"Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest"\
"Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest",\
"You can also try the official 1.4.0 release"\
],\
"deb_package": "kikit",\
"downloader": {},\
Expand Down

0 comments on commit bb936ae

Please sign in to comment.