From 11afc3a692194c23d33244002863005b0fc14228 Mon Sep 17 00:00:00 2001 From: Emir Date: Tue, 9 Aug 2022 12:36:47 +0200 Subject: [PATCH 1/3] Add release steps to README --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5ab3875..fabf2f5 100644 --- a/README.rst +++ b/README.rst @@ -76,3 +76,10 @@ Text coming soon... [database] username = password = + +# Making a release +Bump sem-version when Devel is ready to merge. +Merge Devel into Master, and ensure tests are passing. +Create tag on Master corresponding to right semversion. +Merge Master into devel to propagate tag. +Create release on GH releases tab if all tests passing. From 204883fdb4fbedc46473e82a27c2e0722e072bd0 Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Thu, 25 Aug 2022 15:11:34 +0200 Subject: [PATCH 2/3] remove OBS_MODE key from NOTCAM It is redundant with the instrument keyword. --- flows/instruments/instruments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows/instruments/instruments.py b/flows/instruments/instruments.py index cb02a88..5b15b89 100644 --- a/flows/instruments/instruments.py +++ b/flows/instruments/instruments.py @@ -191,7 +191,7 @@ class NOTCAM(Instrument): siteid = 5 telescope = "NOT" instrument = "NOTCAM" - unique_headers = {"OBS_MODE": 'IMAGING'} + # unique_headers = {"OBS_MODE": 'IMAGING'} # not needed. def get_obstime(self): return Time(self.image.header['DATE-AVG'], format='isot', scale='utc', From aac001af527d1bbb80d3c4c289252e6ead2a1ab5 Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Mon, 26 Sep 2022 00:46:14 +0200 Subject: [PATCH 3/3] bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8eb90bd..55bf145 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -master-v0.10.8 \ No newline at end of file +master-v0.10.10 \ No newline at end of file