diff --git a/alert_archiving_step/pyproject.toml b/alert_archiving_step/pyproject.toml index 272a38760..14309b0a9 100644 --- a/alert_archiving_step/pyproject.toml +++ b/alert_archiving_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alert-archiving-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Group alerts and upload to S3 by date" authors = ["ALeRCE"] readme = "README.md" diff --git a/charts/alert_archiving_step/Chart.yaml b/charts/alert_archiving_step/Chart.yaml index 1989c5888..edca7a40f 100644 --- a/charts/alert_archiving_step/Chart.yaml +++ b/charts/alert_archiving_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: alert-archive-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/correction_step/Chart.yaml b/charts/correction_step/Chart.yaml index 888ada5df..0f5d0a001 100644 --- a/charts/correction_step/Chart.yaml +++ b/charts/correction_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Correction step chart name: correction-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/early_classification_step/Chart.yaml b/charts/early_classification_step/Chart.yaml index 03108cbc6..7c591ab06 100644 --- a/charts/early_classification_step/Chart.yaml +++ b/charts/early_classification_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: early-classifier type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/feature_step/Chart.yaml b/charts/feature_step/Chart.yaml index 6c7002243..ab7ed9ca2 100644 --- a/charts/feature_step/Chart.yaml +++ b/charts/feature_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Step for feature calculation name: feature-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/lc_classification_step/Chart.yaml b/charts/lc_classification_step/Chart.yaml index a514cbacc..ea145e549 100644 --- a/charts/lc_classification_step/Chart.yaml +++ b/charts/lc_classification_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Lightcurve classifier step name: lc-classifier-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/lightcurve-step/Chart.yaml b/charts/lightcurve-step/Chart.yaml index d61a68d8e..086d81423 100644 --- a/charts/lightcurve-step/Chart.yaml +++ b/charts/lightcurve-step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Full lightcurve provider step name: lightcurve-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/magstats_step/Chart.yaml b/charts/magstats_step/Chart.yaml index 94598e103..277cf2545 100644 --- a/charts/magstats_step/Chart.yaml +++ b/charts/magstats_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: magstats-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/metadata_step/Chart.yaml b/charts/metadata_step/Chart.yaml index a2b616f28..a7af3a872 100644 --- a/charts/metadata_step/Chart.yaml +++ b/charts/metadata_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: metadata-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/prv_candidates_step/Chart.yaml b/charts/prv_candidates_step/Chart.yaml index a3d07aa8a..7c751ffd6 100644 --- a/charts/prv_candidates_step/Chart.yaml +++ b/charts/prv_candidates_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Previous candidates processor step name: prv-candidates type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/s3_step/Chart.yaml b/charts/s3_step/Chart.yaml index eeb304972..2eda2370b 100644 --- a/charts/s3_step/Chart.yaml +++ b/charts/s3_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: s3-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/scribe/Chart.yaml b/charts/scribe/Chart.yaml index 45dd9144a..53cb77fa2 100644 --- a/charts/scribe/Chart.yaml +++ b/charts/scribe/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 24.5.2-16 +version: 24.5.2-17 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 diff --git a/charts/sorting_hat_step/Chart.yaml b/charts/sorting_hat_step/Chart.yaml index 0e3e6e336..946f2106b 100644 --- a/charts/sorting_hat_step/Chart.yaml +++ b/charts/sorting_hat_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: Sorting Hat deployment chart name: sorting-hat type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/watchlist_step/Chart.yaml b/charts/watchlist_step/Chart.yaml index e4a592966..f715a13ec 100644 --- a/charts/watchlist_step/Chart.yaml +++ b/charts/watchlist_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: watchlist-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/charts/xmatch_step/Chart.yaml b/charts/xmatch_step/Chart.yaml index a807945f0..869c42057 100644 --- a/charts/xmatch_step/Chart.yaml +++ b/charts/xmatch_step/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 24.5.2a16 +appVersion: 24.5.2a17 description: A Helm chart for Kubernetes name: xmatch-step type: application -version: 24.5.2-16 +version: 24.5.2-17 diff --git a/correction_step/pyproject.toml b/correction_step/pyproject.toml index df0977d75..41a64e985 100644 --- a/correction_step/pyproject.toml +++ b/correction_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "correction" -version = "24.5.2a16" +version = "24.5.2a17" description = "Correction library for ALeRCE pipeline." authors = ["ALeRCE Broker "] readme = "README.md" diff --git a/early_classification_step/pyproject.toml b/early_classification_step/pyproject.toml index 76c35fdda..4c310df49 100644 --- a/early_classification_step/pyproject.toml +++ b/early_classification_step/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "early_classification_step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Early Classification Step" authors = [] readme = "README.md" diff --git a/feature_step/pyproject.toml b/feature_step/pyproject.toml index 3d12e9068..c93ec2ccb 100644 --- a/feature_step/pyproject.toml +++ b/feature_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "feature-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Feature step" authors = ["Ignacio Reyes"] readme = "README.md" diff --git a/lc_classification_step/pyproject.toml b/lc_classification_step/pyproject.toml index ef13e4dbd..b9ece09bc 100644 --- a/lc_classification_step/pyproject.toml +++ b/lc_classification_step/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "lc_classification_step" -version = "24.5.2a16" +version = "24.5.2a17" description = "LC Classification Step" authors = [] readme = "README.md" diff --git a/lc_classifier/pyproject.toml b/lc_classifier/pyproject.toml index f5c143ac3..919775c16 100644 --- a/lc_classifier/pyproject.toml +++ b/lc_classifier/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lc-classifier" -version = "24.5.2a16" +version = "24.5.2a17" description = "Lightcurve classifiers and feature computation" authors = ["Ignacio Reyes Jainaga "] readme = "README.md" diff --git a/libs/db-plugins/pyproject.toml b/libs/db-plugins/pyproject.toml index 13d17c875..690709f63 100644 --- a/libs/db-plugins/pyproject.toml +++ b/libs/db-plugins/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "db-plugins" -version = "24.5.2a16" +version = "24.5.2a17" description = "ALeRCE database plugins." authors = [] readme = "README.rst" diff --git a/lightcurve-step/pyproject.toml b/lightcurve-step/pyproject.toml index 09622c79c..ab4e0ca21 100644 --- a/lightcurve-step/pyproject.toml +++ b/lightcurve-step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Lightcurve Step" authors = [] readme = "README.md" diff --git a/magstats_step/pyproject.toml b/magstats_step/pyproject.toml index e87899e0d..05487dfda 100644 --- a/magstats_step/pyproject.toml +++ b/magstats_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magstats-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "" authors = ["ASHuenchuleo ", "Pablo Castellanos"] readme = "README.md" diff --git a/metadata_step/pyproject.toml b/metadata_step/pyproject.toml index 7c8da8493..6751e9610 100644 --- a/metadata_step/pyproject.toml +++ b/metadata_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metadata-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "" authors = ["Pedro Gallardo "] readme = "README.md" diff --git a/prv_candidates_step/pyproject.toml b/prv_candidates_step/pyproject.toml index 87ad055e3..b845df604 100644 --- a/prv_candidates_step/pyproject.toml +++ b/prv_candidates_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prv-candidates-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Previous Detections Step" authors = [] readme = "README.md" diff --git a/s3_step/pyproject.toml b/s3_step/pyproject.toml index 06922ba28..5dae24bc1 100644 --- a/s3_step/pyproject.toml +++ b/s3_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "s3-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "S3 step" authors = [] readme = "README.md" diff --git a/scribe/pyproject.toml b/scribe/pyproject.toml index dcc20d0ac..2cc1bba1c 100644 --- a/scribe/pyproject.toml +++ b/scribe/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scribe" -version = "24.5.2a16" +version = "24.5.2a17" description = "Mongo scribe" authors = [] readme = "README.md" diff --git a/sorting_hat_step/pyproject.toml b/sorting_hat_step/pyproject.toml index f9d81e3ca..2cccec733 100644 --- a/sorting_hat_step/pyproject.toml +++ b/sorting_hat_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sorting-hat-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Sorting hat step" authors = [] readme = "README.md" diff --git a/watchlist_step/pyproject.toml b/watchlist_step/pyproject.toml index 4cbddc039..6515ec4b2 100644 --- a/watchlist_step/pyproject.toml +++ b/watchlist_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "watchlist-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "Watchlist Step" authors = [] readme = "README.md" diff --git a/xmatch_step/pyproject.toml b/xmatch_step/pyproject.toml index fcf921b28..065e4c098 100644 --- a/xmatch_step/pyproject.toml +++ b/xmatch_step/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xmatch-step" -version = "24.5.2a16" +version = "24.5.2a17" description = "xmatch step" authors = [] readme = "README.md"