From 738653525feba3dc4513bb5b7ca4d12666f9d125 Mon Sep 17 00:00:00 2001 From: barneygale Date: Mon, 15 Jan 2024 00:04:02 +0000 Subject: [PATCH] Bump version to 0.2.0 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 235d218..5887fe9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Version History Unreleased ---------- +- Nothing yet + + +v0.2.0 +------ + - Add ``PathModuleBase`` ABC to support path syntax customization. - Add CI. Thank you Edgar Ramírez Mondragón! - Return paths with trailing slashes if a glob pattern ends with a slash. diff --git a/pyproject.toml b/pyproject.toml index bdbd433..1985a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pathlib_abc" -version = "0.1.1" +version = "0.2.0" authors = [ { name="Barney Gale", email="barney.gale@gmail.com" }, ]