From e46672c3b6ef49fd39cb4775acbc88dd082250f1 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Thu, 18 Apr 2024 13:23:27 +0200 Subject: [PATCH] Bump to v2.1.0 --- src/silx/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/silx/_version.py b/src/silx/_version.py index c8dca4f85d..9fb5cf30bc 100644 --- a/src/silx/_version.py +++ b/src/silx/_version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # /*########################################################################## # -# Copyright (c) 2015-2022 European Synchrotron Radiation Facility +# Copyright (c) 2015-2024 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -70,7 +70,7 @@ MAJOR = 2 MINOR = 1 MICRO = 0 -RELEV = "dev" # <16 +RELEV = "final" # <16 SERIAL = 0 # <16 date = __date__