Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dastools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geofon
dastools
Commits
b3ec0e6b
Commit
b3ec0e6b
authored
5 years ago
by
Javier Quinteros
Browse files
Options
Downloads
Patches
Plain Diff
Update release number to 0.3a2
parent
fcf0fa1b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dasscripts/dasconv.py
+1
-1
1 addition, 1 deletion
dasscripts/dasconv.py
doc/conf.py
+2
-2
2 additions, 2 deletions
doc/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
dasscripts/dasconv.py
+
1
−
1
View file @
b3ec0e6b
...
...
@@ -27,7 +27,7 @@ from obspy import Stream
from
.tdms
import
TDMS
version
=
'
0.3a
1
'
version
=
'
0.3a
2
'
def
str2date
(
dStr
):
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
2
View file @
b3ec0e6b
...
...
@@ -55,9 +55,9 @@ author = u'Javier Quinteros'
# built documents.
#
# The short X.Y version.
version
=
'
0.
2
'
version
=
'
0.
3
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.
2b1
'
release
=
'
0.
3a2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
b3ec0e6b
...
...
@@ -23,7 +23,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'
0.3a
1
'
,
version
=
'
0.3a
2
'
,
description
=
'
dasscripts: Scripts to work with data generated by DAS systems
'
,
long_description
=
long_description
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment