Skip to content

Commit

Permalink
Merge branch 'main' into users_crudl_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 10, 2024
2 parents c8fa8c2 + 36b34ab commit 5d9bf3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v9.3.65 (2024-10-10)
-------------------------
* Add mixin for views that require a feature

v9.3.64 (2024-10-09)
-------------------------
* Fix modal for deleting a shortcut
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 = "temba"
version = "9.3.64"
version = "9.3.65"
description = "Hosted service for visually building interactive messaging applications"
authors = ["Nyaruka <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion temba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "9.3.64"
__version__ = "9.3.65"

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
Expand Down

0 comments on commit 5d9bf3f

Please sign in to comment.