Skip to content

Commit

Permalink
Public release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed May 19, 2023
1 parent 220c5f4 commit 85201ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

0.7.0rc4
0.7.0 (2023-05-19)
* Fixed printer sends info about api key change to Connect after change
* Added the network error beep setting to the web API
* Support renaming gcodes directory (cfg and API)
Expand Down
6 changes: 3 additions & 3 deletions prusa/link/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Copyright (C) 2023 PrusaResearch
"""
__application__ = "PrusaLink"
__vendor__ = "PrusaResearch"
__vendor__ = "Prusa Research"

__version__ = "0.7.0rc3"
__date__ = "1 Mar 2023"
__version__ = "0.7.0"
__date__ = "19 May 2023"
__copyright__ = "(c) 2023 Prusa 3D"
__author_name__ = "PrusaLink Developers"
__author_email__ = "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prusa.connect.sdk.printer~=0.7.0.rc3
prusa.connect.sdk.printer~=0.7.0
pip>=22.2.0
bidict~=0.22.1
blinker~=1.5
extendparser~=0.3.1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def run(self):
author_email=__author_email__,
maintainer=__author_name__,
maintainer_email=__author_email__,
lincese="Freeware",
url="https://github.com/prusa3d/Prusa-Link",
packages=find_namespace_packages(include=['prusa.*']),
include_package_data=True,
Expand All @@ -137,6 +138,7 @@ def run(self):
classifiers=[
"Development Status :: 4 - Beta",
"Natural Language :: English",
"License :: Freeware",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
],
Expand Down

0 comments on commit 85201ea

Please sign in to comment.