Skip to content

Commit

Permalink
release: 2.33.3
Browse files Browse the repository at this point in the history
- Fixed server sending emails about 503 errors when download is unavailable
  • Loading branch information
ericswpark committed Apr 6, 2024
1 parent f7a83e3 commit cfb5c59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.3...HEAD


# [2.33.3] - 2024-04-06

## Changed
- Fixed server sending emails about 503 errors when download is unavailable

[2.33.3]: https://github.com/shipperstack/shipper/compare/2.33.2...2.33.3


# [2.33.2] - 2024-04-05
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.2
2.33.3
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.33.2"
__version__ = "2.33.3"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.2
2.33.3

0 comments on commit cfb5c59

Please sign in to comment.