From ab2104a770c1bc1b0d82aa6094143b437a132a4f Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sat, 6 Apr 2024 19:45:18 -0400 Subject: [PATCH] release: 2.33.6 - Reverted debug code that managed to sneak in during the release process --- CHANGELOG.md | 10 +++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5c68c6..6561d26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.5...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.6...HEAD + + +# [2.33.6] - 2024-04-06 + +## Changed +- Reverted debug code that managed to sneak in during the release process + +[2.33.6]: https://github.com/shipperstack/shipper/compare/2.33.5...2.33.6 # [2.33.5] - 2024-04-06 diff --git a/server/version.txt b/server/version.txt index 74f516b4..e8dc4dec 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.33.5 \ No newline at end of file +2.33.6 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index b34d691b..bff4a9f6 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.33.5" \ No newline at end of file +__version__ = "2.33.6" \ No newline at end of file diff --git a/version.txt b/version.txt index 74f516b4..e8dc4dec 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.33.5 \ No newline at end of file +2.33.6 \ No newline at end of file