From d52fbbdd19cc277894630267fa6b8ee81c846954 Mon Sep 17 00:00:00 2001 From: David Thomas <dthomas@spike.passcal.nmt.edu> Date: Wed, 20 Jun 2018 10:26:28 -0600 Subject: [PATCH] Updating version number to 2018.171 --- HISTORY.rst | 2 +- data2passcal/__init__.py | 2 +- data2passcal/data2passcal.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 03b9394..afef05b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -2014.125 (2018-06-06) +2018.171 (2018-06-20) ------------------ * First release on new build system. diff --git a/data2passcal/__init__.py b/data2passcal/__init__.py index 8afd4e3..7bd3e8b 100644 --- a/data2passcal/__init__.py +++ b/data2passcal/__init__.py @@ -4,4 +4,4 @@ __author__ = """IRIS PASSCAL""" __email__ = 'software-support@passcal.nmt.edu' -__version__ = '2014.125' +__version__ = '2018.171' diff --git a/data2passcal/data2passcal.py b/data2passcal/data2passcal.py index 8ffd14a..b1faa62 100644 --- a/data2passcal/data2passcal.py +++ b/data2passcal/data2passcal.py @@ -2,10 +2,10 @@ ''' data2passcal -Ship miniseed data to passcal via ftp for qc before arhcivial at DMC DMS +Ship miniseed data to passcal via ftp for qc before archival at DMC DMS Lloyd Carothers IRIS/PASSCAL ''' -VERSION = '2014.125' +VERSION = '2018.171' import ftplib import sys, os, signal, struct, cPickle, logging diff --git a/setup.cfg b/setup.cfg index c942eae..86190ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2014.125 +current_version = 2018.171 commit = True tag = True diff --git a/setup.py b/setup.py index a0ed1c7..afcfad7 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ setup( packages=find_packages(include=['data2passcal']), test_suite='tests', url='https://git.passcal.nmt.edu/passoft/data2passcal', - version='2014.125', + version='2018.171', zip_safe=False, ) -- GitLab