Skip to content

Commit

Permalink
fix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Oct 12, 2023
1 parent 09e64f3 commit 583f3b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt
pip install -U -r requirements-multi.txt
pip install pylint~=2.17.7
pip install -U ruff pytest pytest-doctestplus pytest-pylint pytest-mypy mock
pip install -U types-pkg_resources
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

0.7.1 (2023-10-10)
0.7.2 (2023-10-11)
* Add an automatic PrusaLink image builder script
* Add multi-instance documentation
* Telemetry improvement
Expand Down
4 changes: 2 additions & 2 deletions prusa/link/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__application__ = "PrusaLink"
__vendor__ = "Prusa Research"

__version__ = "0.7.1"
__date__ = "10 Oct 2023"
__version__ = "0.7.2"
__date__ = "11 Oct 2023"
__copyright__ = "(c) 2023 Prusa 3D"
__author_name__ = "PrusaLink Developers"
__author_email__ = "link@prusa3d.cz"
Expand Down
1 change: 1 addition & 0 deletions requirements-multi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ipcqueue~=0.9.7
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pip>=22.2.0
bidict~=0.22.1
blinker~=1.5
extendparser~=0.3.1
ipcqueue~=0.9.7
jinja2-template-info~=0.2.4
lockfile~=0.12.2
packaging~=23.0
Expand Down

0 comments on commit 583f3b6

Please sign in to comment.