Skip to content

Commit 076cf05

Browse files
author
Adrien Delle Cave
committed
Reviewed requirements.
1 parent 58507aa commit 076cf05

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
json-dotenv (0.0.20) unstable; urgency=medium
28

39
* [RELEASE] version: 0.0.20.

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.20
1+
0.0.21

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.20
1+
0.0.21

bin/json-dotenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ json-dotenv
88

99
from __future__ import absolute_import
1010

11-
__version__ = '0.0.20'
11+
__version__ = '0.0.21'
1212

1313
import argparse
1414
import json

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-dotenv
22
PyYAML>=3.10
3-
six>=1.12.0
3+
six>=1.13.0

setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: json-dotenv
44
author: Adrien Delle Cave
55
author_email: pypi@doowan.net
66
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'
99
license: License GPL-3
1010
url: https://github.com/decryptus/json-dotenv
1111
python_requires:

0 commit comments

Comments
 (0)