diff --git a/CHANGELOG b/CHANGELOG index 29730a3..b9dfd22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +01-06-2023 (AKo): V0.6.25.0 + - Add check visibility button on sequence edit view + - Add ephemeris calculation when submitting a sequence & improve errors return + - Change CONN_MAX_AGE value + - Update tnc config with new agents names (uncomplete). Fix getChannelCapabilities in Obsconfig class. + + 26-05-2023 (AKo): V0.6.24.0 - Update agents & astronomer obsconfig view to get channels components - Add option on test command to run one test method diff --git a/VERSION b/VERSION index 852b766..a1ec1bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.24.0 \ No newline at end of file +0.6.25.0 \ No newline at end of file diff --git a/src/core/pyros_django/pyros/settings.py b/src/core/pyros_django/pyros/settings.py index 83d5267..a5c54b7 100644 --- a/src/core/pyros_django/pyros/settings.py +++ b/src/core/pyros_django/pyros/settings.py @@ -508,7 +508,7 @@ else: python_version = subprocess.run( "python --version | cut -d ' ' -f 2 | cut -d '.' -f 1,2",shell=True,stdout=subprocess.PIPE,universal_newlines=True) python_version = python_version.stdout -day = "2022-06-29" +day = "2023-06-01" django_version_major,django_version_minor = django.VERSION[:2][0],django.VERSION[:2][1] pyros_version = read_version_number_from_file(f"{BASE_DIR}/../../../VERSION") -- libgit2 0.21.2