Skip to content

Commit 2151e71

Browse files
author
Adrien Delle Cave
committed
[RELEASE] version: 0.0.12.
1 parent ba2083a commit 2151e71

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
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.12) unstable; urgency=medium
2+
3+
* [RELEASE] version: 0.0.12.
4+
5+
-- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Fri, 06 Sep 2019 11:27:54 +0200
6+
17
json-dotenv (0.0.11) unstable; urgency=medium
28

39
* [RELEASE] version: 0.0.11.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
json-dotenv is a free and open-source, we develop it to manipulate and extract envfiles in json format.
88

99
## Table of Contents
10-
1. [Installation](#id1)
11-
2. [Usage](#id2)
12-
3. [Commands](#id3)
10+
1. [Installation](#installation)
11+
2. [Usage](#usage)
12+
3. [Commands](#commands)
1313

14-
## Installation
14+
## <a name="installation"></a>Installation
1515

1616
`pip install json-dotenv`
1717

18-
## Usage
18+
## <a name="usage"></a>Usage
1919

2020
```
2121
usage: json-dotenv [-h] [-c {list,keys,get,set,unset}] [-k KEY] [-v VALUE]
@@ -53,7 +53,7 @@ optional arguments:
5353
--format {env,json} Output format env or json, instead of json
5454
```
5555

56-
## Commands
56+
## <a name="commands"></a>Commands
5757

5858
List all environment variables in file foo.env:
5959

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.11
1+
0.0.12

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.11
1+
0.0.12

bin/json-dotenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ __license__ = """
2222
You should have received a copy of the GNU General Public License
2323
along with this program. If not, see <http://www.gnu.org/licenses/>.
2424
"""
25-
__version__ = '0.0.11'
25+
__version__ = '0.0.12'
2626

2727
import argparse
2828
import json

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 doowan'
7-
release: '0.0.11'
8-
version: '0.0.11'
7+
release: '0.0.12'
8+
version: '0.0.12'
99
license: License GPL-2
1010
url: https://github.com/decryptus/json-dotenv
1111
python_requires:

0 commit comments

Comments
 (0)