File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ json-dotenv (0.0.21) unstable; urgency=medium
2
+
3
+ * Reviewed requirements.
4
+
5
+ -- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Thu, 19 Dec 2019 06:49:40 +0100
6
+
1
7
json-dotenv (0.0.20) unstable; urgency=medium
2
8
3
9
* [RELEASE] version: 0.0.20.
Original file line number Diff line number Diff line change 1
- 0.0.20
1
+ 0.0.21
Original file line number Diff line number Diff line change 1
- 0.0.20
1
+ 0.0.21
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ json-dotenv
8
8
9
9
from __future__ import absolute_import
10
10
11
- __version__ = '0.0.20 '
11
+ __version__ = '0.0.21 '
12
12
13
13
import argparse
14
14
import json
Original file line number Diff line number Diff line change 1
1
python-dotenv
2
2
PyYAML >= 3.10
3
- six >= 1.12 .0
3
+ six >= 1.13 .0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: json-dotenv
4
4
author : Adrien Delle Cave
5
5
author_email : pypi@doowan.net
6
6
copyright : ' 2019 Adrien Delle Cave'
7
- release : ' 0.0.20 '
8
- version : ' 0.0.20 '
7
+ release : ' 0.0.21 '
8
+ version : ' 0.0.21 '
9
9
license : License GPL-3
10
10
url : https://github.com/decryptus/json-dotenv
11
11
python_requires :
You can’t perform that action at this time.
0 commit comments