From a4d2c1f22c32e7f4ea6daea53b810ee3f9a45f8b Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Tue, 12 Dec 2023 13:59:54 +0100 Subject: [PATCH] :rocket: First Issue Release --- README.md | 2 +- config/mailing.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d9e83b..9665562 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ If you'd like to see content from other channels, please tell us as well. - [x] Online subscription - [ ] Different update frequencies (e.g. 2/week or 1/month) - [x] Deploy +- [x] IaC with Terraform - [ ] Showcase newsletter example - [ ] Publishing history on public bucket -- [ ] IaC with Terraform ## Disclaimer diff --git a/config/mailing.yaml b/config/mailing.yaml index 86f58cf..6349ccc 100644 --- a/config/mailing.yaml +++ b/config/mailing.yaml @@ -1,5 +1,5 @@ send_weekday: 3 # send issues on wednesdays -first_issue_date: "2023-11-29" +first_issue_date: "2023-12-13" timezone: Europe/Paris mc_list_id: 44b6731e59 mc_group_interest_id: cc4602cade diff --git a/pyproject.toml b/pyproject.toml index a12133a..ef8717f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intergalactic-news" -version = "0.2.2" +version = "0.2.3" description = "Get the latest news from intergalactic space 🪐" license = "BSD-3-Clause" authors = ["Simon Alibert "]