Skip to content

Commit 86813c0

Browse files
committed
Bump version and update changelog
1 parent 2fd3e83 commit 86813c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 8.1.0 (unreleased)
3+
## 8.1.0 (2020-10-31)
44

55
Features:
66

environs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from marshmallow.utils import _Missing
1818
from dotenv.main import load_dotenv, _walk_to_root
1919

20-
__version__ = "8.0.0"
20+
__version__ = "8.1.0"
2121
__all__ = ["EnvError", "Env"]
2222

2323
MARSHMALLOW_VERSION_INFO = tuple(int(part) for part in ma.__version__.split(".") if part.isdigit())

0 commit comments

Comments
 (0)