Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
History
=======

3.5.0 (October 15th, 2025)
--------------------------

Backwards incompatibel changes:

* Drop support for Python 3.9. (#282)

* Deprecate Everett.

I encourage you to switch from Everett to pydantic-settings.
See https://github.com/willkg/everett/issues/278

Fixes and features:

* Add support for Python 3.14. (#283)


3.4.0 (October 30th, 2024)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "everett"
description = "Configuration library for Python applications"
version = "3.4.0"
version = "3.5.0"
readme = "README.rst"
keywords = ["conf", "config", "configuration", "ini", "env", "yaml"]
authors = [{name = "Will Kahn-Greene"}]
Expand Down