Skip to content

Commit 22a7983

Browse files
committed
1.0.0
1 parent 4a17fea commit 22a7983

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0
1+
# 1.0.0 (2025-08-21)
22

33
* Initial stable release
44
* Dropped Python 3.9 support

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "cconf"
3-
version = "1.0.0.dev0"
3+
version = "1.0.0"
44
description = "Multi-sourced (and optionally encrypted) configuration management."
55
authors = [
66
{ name = "Dan Watson", email = "watsond@imsweb.com" }
77
]
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
license = { text = "BSD" }
1111
dependencies = [
1212
"cryptography",

0 commit comments

Comments
 (0)