File tree Expand file tree Collapse file tree 8 files changed +694
-350
lines changed Expand file tree Collapse file tree 8 files changed +694
-350
lines changed Original file line number Diff line number Diff line change
1
+ json-dotenv (0.0.17) unstable; urgency=medium
2
+
3
+ * [RELEASE] version: 0.0.17.
4
+ * Changed license from GPLv2 to GPLv3.
5
+
6
+ -- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Sat, 07 Sep 2019 22:26:47 +0200
7
+
1
8
json-dotenv (0.0.16) unstable; urgency=medium
2
9
3
10
* [RELEASE] version: 0.0.16.
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- 0.0.16
1
+ 0.0.17
Original file line number Diff line number Diff line change 1
- 0.0.16
1
+ 0.0.17
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
4
+ # SPDX-License-Identifier: GPL-3.0-or-later
3
5
"""
4
6
json-dotenv
5
7
"""
@@ -22,7 +24,7 @@ __license__ = """
22
24
You should have received a copy of the GNU General Public License
23
25
along with this program. If not, see <http://www.gnu.org/licenses/>.
24
26
"""
25
- __version__ = '0.0.16 '
27
+ __version__ = '0.0.17 '
26
28
27
29
import argparse
28
30
import json
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: json-dotenv
3
3
description : json-dotenv
4
4
author : Adrien Delle Cave
5
5
author_email : pypi@doowan.net
6
- copyright : ' 2019 doowan'
7
- release : ' 0.0.16 '
8
- version : ' 0.0.16 '
9
- license : License GPL-2
6
+ copyright : ' 2019 doowan'
7
+ release : ' 0.0.17 '
8
+ version : ' 0.0.17 '
9
+ license : License GPL-3
10
10
url : https://github.com/decryptus/json-dotenv
11
11
python_requires :
12
12
- ' >=2.7'
@@ -16,7 +16,7 @@ python_requires:
16
16
- ' !=3.3.*'
17
17
- ' !=3.4.*'
18
18
classifiers :
19
- - ' License :: OSI Approved :: GNU General Public License v2 (GPLv2 )'
19
+ - ' License :: OSI Approved :: GNU General Public License v3 (GPLv3 )'
20
20
- ' Natural Language :: English'
21
21
- ' Operating System :: Unix'
22
22
- ' Programming Language :: Python'
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ 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') }} doowan'
6
+ copyright: '{{ env('PROJECT_COPYRIGHT_YEAR') }} doowan'
7
7
release: '{{ env('PROJECT_RELEASE') }}'
8
8
version: '{{ env('PROJECT_VERSION') }}'
9
- license: License GPL-2
9
+ license: License GPL-3
10
10
url: https://github.com/decryptus/json-dotenv
11
11
python_requires:
12
12
- '>=2.7'
@@ -16,7 +16,7 @@ python_requires:
16
16
- '!=3.3.*'
17
17
- '!=3.4.*'
18
18
classifiers:
19
- - 'License :: OSI Approved :: GNU General Public License v2 (GPLv2 )'
19
+ - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3 )'
20
20
- 'Natural Language :: English'
21
21
- 'Operating System :: Unix'
22
22
- 'Programming Language :: Python'
You can’t perform that action at this time.
0 commit comments