Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
ebed4b23
Commit
ebed4b23
authored
Sep 12, 2017
by
Daniel Scheffler
Committed by
Daniel Scheffler
Sep 12, 2017
Browse files
Updated version info.
parent
922352b8
Pipeline
#1127
passed with stages
in 5 minutes and 15 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
ebed4b23
...
...
@@ -8,8 +8,8 @@ from . import numeric
from
.
import
similarity
from
.
import
web
__version__
=
'0.
6
.0'
__versionalias__
=
'2017091
1
_0
4
'
__version__
=
'0.
7
.0'
__versionalias__
=
'2017091
2
_0
1
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
ebed4b23
...
...
@@ -17,7 +17,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.
6
.0'
,
version
=
'0.
7
.0'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
tests/CI_docker/build_testsuite_image.sh
View file @
ebed4b23
...
...
@@ -2,7 +2,7 @@
context_dir
=
"./context"
dockerfile
=
"py_tools_ds_ci.docker"
tag
=
"py_tools_ds_ci:0.
6
.0"
tag
=
"py_tools_ds_ci:0.
7
.0"
gitlab_runner
=
"py_tools_ds_gitlab_CI_runner"
echo
"#### Build runner docker image"
...
...
Write
Preview
Supports
Markdown
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