From 4c2555e7e3321d7e4185e741a405a6b24aeab450 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 25 Oct 2022 10:12:08 +0200 Subject: [PATCH] Bump to 2.7 --- fink_broker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_broker/__init__.py b/fink_broker/__init__.py index 90582e19..9caf4255 100644 --- a/fink_broker/__init__.py +++ b/fink_broker/__init__.py @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.6" +__version__ = "2.7"