File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- Planned: Firewall management
1515- Planned: Floating IP management
1616
17+ ## [ 1.2.0] - 2025-06-26
18+
19+ ### 🚀 Professional PyPI Release
20+ - Successfully published to PyPI as ` pyhetznerserver `
21+ - Package available for installation via ` pip install pyhetznerserver `
22+ - Complete professional package structure with standard Python layout
23+ - All quality checks passed (twine check, pytest, imports)
24+ - Professional documentation and metadata
25+ - Ready for production use
26+
27+ ### 🔧 Technical Improvements
28+ - Optimized package build process
29+ - Verified compatibility across Python 3.7-3.12
30+ - Clean imports and proper module exports
31+ - Professional setuptools configuration
32+
1733## [ 1.0.0] - 2024-06-26
1834
1935### Added
Original file line number Diff line number Diff line change 3636 IPv6
3737)
3838
39- __version__ = "1.1 .0"
39+ __version__ = "1.2 .0"
4040__author__ = "Mohammad Rasol Esfandiari"
4141__email__ = "mrasolesfandiari@gmail.com"
4242__license__ = "MIT"
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.1 .0"
7+ version = " 1.2 .0"
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 1919
2020setup (
2121 name = "pyhetznerserver" ,
22- version = "1.1 .0" ,
22+ version = "1.2 .0" ,
2323 author = "Mohammad Rasol Esfandiari" ,
2424 author_email = "mrasolesfandiari@gmail.com" ,
2525 description = "A modern, type-safe Python library for Hetzner Cloud Server management" ,
You can’t perform that action at this time.
0 commit comments