From a25f7d267b41f8a2297d27a0960320b77cf150b6 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 27 May 2025 13:03:05 +0200 Subject: [PATCH] add AED to default deployment currencies --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- run_xexe.sh | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebde58..db05a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.0] - 2025-05-7 +## [1.1.1] - 2025-05-7 + +### Changed + +- The default currencies present in the `run_xexe.sh` deployment script now include `AED`. + +## [1.1.0] - 2025-05-07 ### Added diff --git a/pyproject.toml b/pyproject.toml index e0f7eca..4e9712b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xexe" -version = "1.1.0" +version = "1.1.1" description = "" authors = ["Pablo Martin "] readme = "README.md" diff --git a/run_xexe.sh b/run_xexe.sh index 3109344..bf06791 100644 --- a/run_xexe.sh +++ b/run_xexe.sh @@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then fi # Define some options here. You might want to change this some day. -currencies="CAD,EUR,NZD,ZAR,AUD,USD,PLN,GBP,CHF" +currencies="CAD,EUR,NZD,ZAR,AUD,USD,PLN,GBP,CHF,AED" start_date=$(date -d "yesterday" +"%Y-%m-%d") end_date=$(date -d "yesterday" +"%Y-%m-%d")