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
f6e11a2c
Commit
f6e11a2c
authored
Nov 30, 2017
by
Daniel Scheffler
Browse files
Updated version info.
parent
fca90d4c
Pipeline
#1652
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
f6e11a2c
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.12.
4
'
__versionalias__
=
'201711
2
0_0
3
'
__version__
=
'0.12.
5
'
__versionalias__
=
'201711
3
0_0
1
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
f6e11a2c
...
...
@@ -18,7 +18,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.12.
4
'
,
version
=
'0.12.
5
'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
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