From 61b057319d32f41598e8514169b4e9e9aa785a75 Mon Sep 17 00:00:00 2001 From: ajshedivy Date: Mon, 22 Apr 2024 13:52:20 -0500 Subject: [PATCH] Bump version to v0.1.2 for release --- CHANGELOG.md | 2 ++ python_wsdb/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea648d4..bd04735 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.1.2](https://github.com/ajshedivy/python-wsdb/releases/tag/v0.1.2) - 2024-04-22 + ## [v0.1.1](https://github.com/ajshedivy/python-wsdb/releases/tag/v0.1.1) - 2024-04-19 ## [v0.1.0](https://github.com/ajshedivy/python-wsdb/releases/tag/v0.1.0) - 2024-04-19 diff --git a/python_wsdb/version.py b/python_wsdb/version.py index 9593950..576e284 100644 --- a/python_wsdb/version.py +++ b/python_wsdb/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "2" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""