From 50e2200357b013c2f7cf7b9fcf166d5ef6cbde0d Mon Sep 17 00:00:00 2001 From: Waqas Bhatti Date: Sat, 6 Jul 2019 21:06:41 -0400 Subject: [PATCH] v0.4.2 --- .bumpversion.cfg | 3 ++- astrobase/__init__.py | 2 +- astrobase/hatsurveys/hatlc.py | 2 +- astrobase/hatsurveys/hplc.py | 2 +- astrobase/hatsurveys/k2hat.py | 2 +- astrobase/hatsurveys/oldhatlc.py | 2 +- astrobase/services/lccs.py | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1492ec1e..7d72d011 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = False tag = False @@ -18,3 +18,4 @@ tag = False [bumpversion:file:astrobase/hatsurveys/k2hat.py] [bumpversion:file:docs/conf.py] + diff --git a/astrobase/__init__.py b/astrobase/__init__.py index 7e44e15d..352c2298 100644 --- a/astrobase/__init__.py +++ b/astrobase/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.4.1' +__version__ = '0.4.2' # the basic logging styles common to all astrobase modules diff --git a/astrobase/hatsurveys/hatlc.py b/astrobase/hatsurveys/hatlc.py index b091f996..55819fe4 100755 --- a/astrobase/hatsurveys/hatlc.py +++ b/astrobase/hatsurveys/hatlc.py @@ -126,7 +126,7 @@ from __future__ import print_function # put this in here because hatlc can be used as a standalone module -__version__ = '0.4.1' +__version__ = '0.4.2' ############# diff --git a/astrobase/hatsurveys/hplc.py b/astrobase/hatsurveys/hplc.py index 9136354d..5368882c 100644 --- a/astrobase/hatsurveys/hplc.py +++ b/astrobase/hatsurveys/hplc.py @@ -10,7 +10,7 @@ ''' # put this in here because hplc can be used as a standalone module -__version__ = '0.4.1' +__version__ = '0.4.2' ############# diff --git a/astrobase/hatsurveys/k2hat.py b/astrobase/hatsurveys/k2hat.py index 75b071d4..5136e114 100644 --- a/astrobase/hatsurveys/k2hat.py +++ b/astrobase/hatsurveys/k2hat.py @@ -48,7 +48,7 @@ ''' # put this in here because k2hat can be used as a standalone module -__version__ = '0.4.1' +__version__ = '0.4.2' ############# ## LOGGING ## diff --git a/astrobase/hatsurveys/oldhatlc.py b/astrobase/hatsurveys/oldhatlc.py index e394ecd0..e0b2b4be 100644 --- a/astrobase/hatsurveys/oldhatlc.py +++ b/astrobase/hatsurveys/oldhatlc.py @@ -18,7 +18,7 @@ ''' # put this in here because oldhatlc can be used as a standalone module -__version__ = '0.4.1' +__version__ = '0.4.2' import os.path import gzip diff --git a/astrobase/services/lccs.py b/astrobase/services/lccs.py index 5bdb9421..6d36eae9 100644 --- a/astrobase/services/lccs.py +++ b/astrobase/services/lccs.py @@ -38,7 +38,7 @@ from __future__ import print_function # put this in here because lccs can be used as a standalone module -__version__ = '0.4.1' +__version__ = '0.4.2' ############# diff --git a/docs/conf.py b/docs/conf.py index b5999747..08173e77 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ copyright = '2019, Waqas Bhatti, and contributors' author = 'Waqas Bhatti, and contributors' -__version__ = '0.4.1' +__version__ = '0.4.2' # The short X.Y version version = '' diff --git a/setup.py b/setup.py index e619a329..d98f2c31 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ modified by me. ''' -__version__ = '0.4.1' +__version__ = '0.4.2' import sys