From feffab5925964ce56f05bda9e4c5266ce4136718 Mon Sep 17 00:00:00 2001 From: Romain Gautier Date: Thu, 30 May 2024 11:16:45 +0200 Subject: [PATCH] [FEAT] bump to 0.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a735fc..e6cfd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.1] + +### Added + +- Ajout de tests + ## [0.1.0] ### Added diff --git a/pyproject.toml b/pyproject.toml index 45e3c0b..55936d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yatotem2scdl" -version = "0.1.0" +version = "0.1.1" readme = "README.md" requires-python = ">=3.9" dependencies = ["lxml"]