From 575fe2ad22c7f7e629430ddb9df91595f509b429 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 2 Sep 2024 14:36:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?3.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ argos/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8308fa8..626cfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.3.0 + +Date: 2024-09-02 + - 🩹 — Fix release documentation - ✅ — Add mypy test - ✨ — Add new check type: status-in diff --git a/argos/__init__.py b/argos/__init__.py index 0bcc5d9..867e4b1 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.2.2" +VERSION = "0.3.0"