Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gts2
gts2_client
Commits
7f66bf05
Commit
7f66bf05
authored
Jul 20, 2020
by
choh
Browse files
Changed versioning, making this version 1.0.0 .
parent
4d041ea4
Pipeline
#12679
passed with stages
in 24 minutes and 47 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7f66bf05
...
...
@@ -9,6 +9,7 @@ Status
[
Coverage report
](
http://gts2.gitext.gfz-potsdam.de/gts2_client/coverage/
)
## Release notes
*
**2020-07-20:**
Added timeout parameter to avoid freezing of client and changed versioning, making this version 1.0.0
*
**2019-05-23:**
Switched to AC version 0.13
*
**2018-11-13:**
Changed default port to 443
*
**2018-02-20:**
Improved output to netCDF file
...
...
setup.py
View file @
7f66bf05
...
...
@@ -17,7 +17,7 @@ if not_installed != []:
', '
.
join
(
not_installed
)))
setup
(
name
=
'gts2_client'
,
version
=
'0.
5
'
,
version
=
'
1.
0.
0
'
,
packages
=
find_packages
(
exclude
=
[
'tests*'
]),
url
=
'https://gitext.gfz-potsdam.de/gts2/gts2_client.git'
,
license
=
'GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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