File tree Expand file tree Collapse file tree 6 files changed +15
-9
lines changed Expand file tree Collapse file tree 6 files changed +15
-9
lines changed Original file line number Diff line number Diff line change
1
+ json-dotenv (0.0.23) unstable; urgency=medium
2
+
3
+ * [RELEASE] version: 0.0.23.
4
+
5
+ -- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Tue, 25 Jan 2022 16:37:56 +0100
6
+
1
7
json-dotenv (0.0.22) unstable; urgency=medium
2
8
3
9
* [RELEASE] version: 0.0.22.
4
10
5
- -- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Tue, 25 Jan 2022 16:31:38 +0100
11
+ -- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Tue, 25 Jan 2022 16:35:15 +0100
6
12
7
13
json-dotenv (0.0.21) unstable; urgency=medium
8
14
Original file line number Diff line number Diff line change 1
- 0.0.22
1
+ 0.0.23
Original file line number Diff line number Diff line change 1
- 0.0.22
1
+ 0.0.23
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
- # Copyright 2019 doowan
3
+ # Copyright 2019-2022 doowan
4
4
# SPDX-License-Identifier: GPL-3.0-or-later
5
5
"""
6
6
json-dotenv
7
7
"""
8
8
9
9
from __future__ import absolute_import
10
10
11
- __version__ = '0.0.22 '
11
+ __version__ = '0.0.23 '
12
12
13
13
import argparse
14
14
import json
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: json-dotenv
3
3
description : json-dotenv
4
4
author : Adrien Delle Cave
5
5
author_email : pypi@doowan.net
6
- copyright : ' 2022 Adrien Delle Cave'
7
- release : ' 0.0.22 '
8
- version : ' 0.0.22 '
6
+ copyright : ' 2019- 2022 Adrien Delle Cave'
7
+ release : ' 0.0.23 '
8
+ version : ' 0.0.23 '
9
9
license : License GPL-3
10
10
url : https://github.com/decryptus/json-dotenv
11
11
python_requires :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: json-dotenv
3
3
description: json-dotenv
4
4
author: Adrien Delle Cave
5
5
author_email: pypi@doowan.net
6
- copyright: '{{ env('PROJECT_COPYRIGHT_YEAR') }} Adrien Delle Cave'
6
+ copyright: '2019- {{ env('PROJECT_COPYRIGHT_YEAR') }} Adrien Delle Cave'
7
7
release: '{{ env('PROJECT_RELEASE') }}'
8
8
version: '{{ env('PROJECT_VERSION') }}'
9
9
license: License GPL-3
You can’t perform that action at this time.
0 commit comments