Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jun 8, 2022
1 parent f35b310 commit 0d259a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ envbox changelog
================


Unreleased
----------
v1.3.0 [2022-06-08]
-------------------
+ 'read_envfile()' now supports Path objects.
+ Implemented support for multiline values in .env files.

Expand Down
2 changes: 1 addition & 1 deletion envbox/__init__.py
Expand Up @@ -3,4 +3,4 @@
from .settings import SettingsBase
from .utils import read_envfile

VERSION = (1, 2, 0)
VERSION = (1, 3, 0)

0 comments on commit 0d259a7

Please sign in to comment.