mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 16:03:15 -04:00
Bump version to 3.0.0 and remove leaked PyPI token
- Version bumped to 3.0.0 to reflect breaking changes: dropped zvma9_7, switched to prometheus_client + JSON stdout logging, removed legacy packages - Remove app/.pypirc (contained leaked PyPI token, now gitignored) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[pypi]
|
||||
username = __token__
|
||||
password = pypi-AgEIcHlwaS5vcmcCJDZlMmZlNTc4LTI2NTgtNDVlZS04MDA2LTVmMGUzNTQyMzFmZAACKlszLCJjNTQzODQ3Yy1iOGQ1LTQwZDAtOTU5Yy0zNWIxNGVmM2NhNjkiXQAABiBdsEOQWVnk-qd-erTO48YJLKxiztWySeNQ45V6y45fkw
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# version.py
|
||||
VERSION = "2.1.0"
|
||||
VERSION = "3.0.0"
|
||||
|
||||
def main():
|
||||
# Put your main program code here
|
||||
|
||||
Reference in New Issue
Block a user