We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3e83 commit 86813c0Copy full SHA for 86813c0
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 8.1.0 (unreleased)
+## 8.1.0 (2020-10-31)
4
5
Features:
6
environs/__init__.py
@@ -17,7 +17,7 @@
17
from marshmallow.utils import _Missing
18
from dotenv.main import load_dotenv, _walk_to_root
19
20
-__version__ = "8.0.0"
+__version__ = "8.1.0"
21
__all__ = ["EnvError", "Env"]
22
23
MARSHMALLOW_VERSION_INFO = tuple(int(part) for part in ma.__version__.split(".") if part.isdigit())
0 commit comments