We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7fd7 commit d1ed899Copy full SHA for d1ed899
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# envbox changelog
2
3
-### Unreleased
+### v2.0.0 [2025-11-15]
4
* !! Code modernized for latest Python versions.
5
6
### v1.3.0 [2022-06-08]
src/envbox/__init__.py
@@ -3,7 +3,7 @@
from .settings import SettingsBase
from .utils import read_envfile
-VERSION = '1.3.0'
+VERSION = '2.0.0'
7
8
__all__ = [
9
'DEVELOPMENT',
@@ -17,4 +17,4 @@
17
'import_by_environment',
18
'read_envfile',
19
'register_type',
20
-]
+]
0 commit comments