Skip to content

Commit

Permalink
Bump the api version to 2.0.0, so it's the same as the xBuddy one
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ authored and ondratu committed Nov 21, 2023
1 parent a472dd5 commit 02e6a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Use the 2023-10-10 Raspberry Pi OS base image for the image builder
* Decrease the severity of web server access log messages
* Add a way to download logs even on systemd journal based systems
* Bump the API version so it is the same as the xBuddy reported one

0.7.1rc1 (2023-08-10)
* Fixed HTTP response status on HEAD request for non-existing files
Expand Down
2 changes: 1 addition & 1 deletion prusa/link/web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def api_version(req):
type_name = f"PrusaLink {prusa_link.printer.type.name}" \
if prusa_link.printer.type else 'Unknown printer type'
retval = {
'api': "0.9.0-legacy",
'api': "2.0.0",
'server': __version__,
'original': type_name,
'text': f"PrusaLink {__version__}",
Expand Down

0 comments on commit 02e6a82

Please sign in to comment.