Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
geoarray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Scheffler
geoarray
Commits
38f67b09
Commit
38f67b09
authored
Apr 09, 2018
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix. Updated version info (v0.7.15).
parent
cdbfbad6
Pipeline
#2887
passed with stages
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
geoarray/version.py
geoarray/version.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
geoarray/version.py
View file @
38f67b09
__version__
=
'0.7.1
4
'
__version__
=
'0.7.1
5
'
__versionalias__
=
'20180409.01'
setup.py
View file @
38f67b09
...
...
@@ -12,7 +12,7 @@ with open('HISTORY.rst') as history_file:
history
=
history_file
.
read
()
version
=
{}
with
open
(
"
enpt
/version.py"
)
as
version_file
:
with
open
(
"
geoarray
/version.py"
)
as
version_file
:
exec
(
version_file
.
read
(),
version
)
requirements
=
[
...
...
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