Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 15, 2023
1 parent dd89d6c commit 2184b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 10.0.0 (unreleased)
## 10.0.0 (2023-12-15)

Features:

- Add `delimiter` argument to `env.dict` ([#277](https://github.com/sloria/environs/pull/277)). Thanks [gregoiredx](https://github.com/gregoiredx) for the PR.

Other changes:

Expand Down
2 changes: 1 addition & 1 deletion environs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import marshmallow as ma
from dotenv.main import _walk_to_root, load_dotenv

__version__ = "9.5.0"
__version__ = "10.0.0"
__all__ = ["EnvError", "Env"]


Expand Down

0 comments on commit 2184b8a

Please sign in to comment.