Skip to content

Commit 75ff0da

Browse files
committed
(env-alias) bump version to 0.3.7
1 parent f7e4b84 commit 75ff0da

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.changelog/_unreleased.yml .changelog/0.3.7.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ changes:
22
- type: fix
33
component: general
44
description: Black code cleanup; Add pylint; fix various pylint warnings
5+
release_date: '2022-03-29'

package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: env-alias
3-
version: 0.3.6
3+
version: 0.3.7
44
author: Nicholas de Jong <[email protected]>
55
license: BSD2
66
description: Powerful helper utility to create shell alias commands to easily set collections of environment variables often with secret values from a variety of data-sources and data-formats.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name = 'env-alias',
24-
version = '0.3.6',
24+
version = '0.3.7',
2525
author = 'Nicholas de Jong',
2626
author_email = '[email protected]',
2727
description = 'Powerful helper utility to create shell alias commands to easily set collections of environment variables often with secret values from a variety of data-sources and data-formats.',

src/env_alias/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__title__ = "env-alias"
55
__author__ = "Nicholas de Jong <[email protected]>"
6-
__version__ = "0.3.6"
6+
__version__ = "0.3.7"
77
__license__ = "BSD2"
88

99
__logger_default_level__ = "info"

0 commit comments

Comments
 (0)