We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf197c + c5de4da commit f807fa1Copy full SHA for f807fa1
3 files changed
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# CHANGELOG
2
+
3
+<!-- version list -->
4
5
+## v1.0.0 (2025-12-12)
6
7
+- Initial Release
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "https-login"
-version = "0.1.2"
+version = "1.0.0"
8
description = "Tiny HTTPS file server (like python -m http.server) with a simple login page and temp self-signed cert."
9
readme = "README.md"
10
requires-python = ">=3.9"
src/https_login/__init__.py
@@ -1,2 +1,2 @@
__all__ = []
-__version__ = "0.1.2"
+__version__ = "1.0.0"
0 commit comments