File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6868 ls -la tests/ || echo "No tests directory"
6969 echo "Python path:"
7070 python -c "import sys; print(sys.path)"
71-
71+
7272 - name : Test with pytest
7373 run : |
7474 python -m pytest --cov=pyhetznerserver --cov-report=xml --cov-report=term-missing --verbose
Original file line number Diff line number Diff line change 3636)
3737from .models .server import Server
3838
39- __version__ = "1.2.2 "
39+ __version__ = "1.2.3 "
4040__author__ = "Mohammad Rasol Esfandiari"
4141__email__ = "mrasolesfandiari@gmail.com"
4242__license__ = "MIT"
4747 "HetznerClient" ,
4848 # Exceptions
4949 "HetznerAPIError" ,
50- "AuthenticationError" ,
50+ "AuthenticationError" ,
5151 "ValidationError" ,
5252 "ServerNotFoundError" ,
5353 "RateLimitError" ,
5959 "ServerType" ,
6060 "Datacenter" ,
6161 "Location" ,
62- "Image" ,
62+ "Image" ,
6363 "ISO" ,
6464 "Protection" ,
6565 "PublicNet" ,
6666 "PrivateNet" ,
6767 "IPv4" ,
6868 "IPv6" ,
69- ]
69+ ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyhetznerserver"
7- version = " 1.2.2 "
7+ version = " 1.2.3 "
88description = " A modern, type-safe Python library for Hetzner Cloud Server management"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 1- requests >= 2.28.0
1+ requests >= 2.28.0
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "pyhetznerserver" ,
23- version = "1.2.2 " ,
23+ version = "1.2.3 " ,
2424 author = "Mohammad Rasol Esfandiari" ,
2525 author_email = "mrasolesfandiari@gmail.com" ,
2626 description = "A modern, type-safe Python library for Hetzner Cloud Server management" ,
8080 ],
8181 license = "MIT" ,
8282 zip_safe = False ,
83- )
83+ )
You canβt perform that action at this time.
0 commit comments