Skip to content

Commit f807fa1

Browse files
author
Benjamin Kasser
committed
Merge branch 'main' of github.com:Nero2201/http-login
2 parents eaf197c + c5de4da commit f807fa1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG
2+
3+
<!-- version list -->
4+
5+
## v1.0.0 (2025-12-12)
6+
7+
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "https-login"
7-
version = "0.1.2"
7+
version = "1.0.0"
88
description = "Tiny HTTPS file server (like python -m http.server) with a simple login page and temp self-signed cert."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/https_login/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = []
2-
__version__ = "0.1.2"
2+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)