Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Ilens-Env-Settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Irfanuddin
Ilens-Env-Settings
Commits
14239e7f
Commit
14239e7f
authored
Mar 09, 2021
by
Irfanuddin
🚴🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: added versions
parent
20fedc88
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ilens_env_settings/__init__.py
ilens_env_settings/__init__.py
+4
-0
setup.py
setup.py
+1
-1
No files found.
ilens_env_settings/__init__.py
View file @
14239e7f
...
...
@@ -17,6 +17,10 @@ class EnvironmentSettings(BaseSettings):
def
__init__
(
self
,
**
values
:
Any
):
super
()
.
__init__
(
**
values
)
@
property
def
__version__
(
self
):
return
'V5.4.2'
# Global application environment
APP_ENV
:
str
=
"dev"
...
...
setup.py
View file @
14239e7f
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
name
=
'env_settings'
,
version
=
'
V
5.4.2'
,
version
=
'5.4.2'
,
packages
=
[
'ilens_env_settings'
],
url
=
'git@gitlab-pm.knowledgelens.com:iudeen/ilens-env-settings.git'
,
license
=
'Restricted'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment