Skip to content

Commit e2ca44a

Browse files
author
Adrien Delle Cave
committed
[RELEASE] version: 0.0.23.
1 parent c6adb83 commit e2ca44a

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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+
17
json-dotenv (0.0.22) unstable; urgency=medium
28

39
* [RELEASE] version: 0.0.22.
410

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
612

713
json-dotenv (0.0.21) unstable; urgency=medium
814

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.22
1+
0.0.23

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.22
1+
0.0.23

bin/json-dotenv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
# Copyright 2019 doowan
3+
# Copyright 2019-2022 doowan
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
"""
66
json-dotenv
77
"""
88

99
from __future__ import absolute_import
1010

11-
__version__ = '0.0.22'
11+
__version__ = '0.0.23'
1212

1313
import argparse
1414
import json

setup.yml

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

setup.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: json-dotenv
33
description: json-dotenv
44
author: Adrien Delle Cave
55
author_email: pypi@doowan.net
6-
copyright: '{{ env('PROJECT_COPYRIGHT_YEAR') }} Adrien Delle Cave'
6+
copyright: '2019-{{ env('PROJECT_COPYRIGHT_YEAR') }} Adrien Delle Cave'
77
release: '{{ env('PROJECT_RELEASE') }}'
88
version: '{{ env('PROJECT_VERSION') }}'
99
license: License GPL-3

0 commit comments

Comments
 (0)