Skip to content

Commit

Permalink
Support python-dotenv v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 27, 2023
1 parent 71edff4 commit 973ca4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.6.0 (in development)
-----------------------
- Support python-dotenv v1.0

v0.5.0 (2023-02-09)
-------------------
- Update `platformdirs` dependency to v3. This is a **breaking** change on
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
=========

v0.6.0 (in development)
-----------------------
- Support python-dotenv v1.0

v0.5.0 (2023-02-09)
-------------------
- Update ``platformdirs`` dependency to v3. This is a **breaking** change on
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_requires =
morecontext ~= 0.4
platformdirs ~= 3.0
pydantic ~= 1.7
python-dotenv ~= 0.11
python-dotenv >= 0.11, < 2.0
tomli >= 1.2, < 3.0; python_version < "3.11"
typing_extensions; python_version < "3.8"

Expand Down
2 changes: 1 addition & 1 deletion src/outgoing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
more information.
"""

__version__ = "0.5.0"
__version__ = "0.6.0.dev1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "outgoing@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 973ca4d

Please sign in to comment.