From 18eacf17f11bf097bc9d32ec746274a92dd134e9 Mon Sep 17 00:00:00 2001 From: Seung Park Date: Wed, 18 Sep 2024 14:00:22 -0400 Subject: [PATCH] Bump to v0.18.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- snooty/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4501cd8..b412ea73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.18.0] - 2024-09-18 + ## [v0.17.1] - 2024-09-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4614dbce..1c13cbad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snooty" -version = "0.17.1.dev" +version = "0.18.0" description = "" authors = ["MongoDB, inc. "] license = "Apache-2.0" diff --git a/snooty/__init__.py b/snooty/__init__.py index 92e42082..12a7437e 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.17.1.dev" +__version__ = "0.18.0"