Skip to content

Commit

Permalink
Bump to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Sep 18, 2024
1 parent 8cfbe43 commit 18eacf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snooty"
version = "0.17.1.dev"
version = "0.18.0"
description = ""
authors = ["MongoDB, inc. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion snooty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The Snooty documentation writer's tool."""

__version__ = "0.17.1.dev"
__version__ = "0.18.0"

0 comments on commit 18eacf1

Please sign in to comment.