Skip to content

Commit 75003d8

Browse files
committed
Bump version and update changelog
1 parent a5b3801 commit 75003d8

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-
## 9.2.0 (unreleased)
3+
## 9.2.0 (2020-11-07)
44

55
Features:
66

environs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import marshmallow as ma
1717
from dotenv.main import load_dotenv, _walk_to_root
1818

19-
__version__ = "9.1.0"
19+
__version__ = "9.2.0"
2020
__all__ = ["EnvError", "Env"]
2121

2222

0 commit comments

Comments
 (0)