From 9ab8432aa200b8872fcd7cd00baa64e7ca64cfac Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 3 Aug 2023 14:04:05 +0000 Subject: [PATCH] chore(release): 0.5.29 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- worf/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758fe13..2899158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.29](https://github.com/gundotio/worf/compare/v0.5.28...v0.5.29) (2023-08-03) + +- (Maintenance) Updated slack channel [#176](https://github.com/gundotio/worf/pull/176) + ### [0.5.28](https://github.com/gundotio/worf/compare/v0.5.27...v0.5.28) (2023-08-02) - (Bugfix) Fixes only and exclude nested props [#174](https://github.com/gundotio/worf/pull/174) diff --git a/pyproject.toml b/pyproject.toml index dc23ee3..1bd0795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "worf" -version = "0.5.28" +version = "0.5.29" homepage = "https://github.com/gundotio/worf" description = "Wade's own REST Framework: A more Djangonic approach to REST APIs" authors = ["Wade Williams ", "Steve Lacey "] diff --git a/worf/__init__.py b/worf/__init__.py index b2a26e1..466f5a7 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "0.5.28" +__version__ = "0.5.29"