We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62df65a commit 8923b04Copy full SHA for 8923b04
.bumpversion.cfg
@@ -3,5 +3,5 @@ current_version = 0.10.1
3
commit = True
4
tag = True
5
6
-[bumpversion:file:dotenv/version.py]
+[bumpversion:file:src/dotenv/version.py]
7
README.md
@@ -299,6 +299,12 @@ Changelog
299
Unreleased
300
-----
301
302
+- ...
303
+
304
305
+0.10.2
306
+-----
307
308
- Add type hints and expose them to users ([@qnighy])([#172])
309
- `load_dotenv` and `dotenv_values` now accept an `encoding` parameter, defaults to `None`
310
([@theskumar])([@earlbread])([#161])
0 commit comments