Skip to content

Commit

Permalink
Update CHANGELOG.md for v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Aug 22, 2024
1 parent 3566991 commit 8f0d950
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.16.0 (2024-08-22)
-------------------------
* Adjust old migrations to not use index_together
* Support django 5.1
* Change unique_together to use constraints, replace use of index_together
* Update deps

v1.15.4 (2024-07-12)
-------------------------
* Order org admins on form
Expand Down
2 changes: 1 addition & 1 deletion dash/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.15.4"
__version__ = "1.16.0"
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 = "rapidpro-dash"
version = "1.15.4"
version = "1.16.0"
description = "Support library for RapidPro dashboards"
authors = ["Nyaruka Ltd <code@nyaruka.com>"]
license = "BSD"
Expand Down

0 comments on commit 8f0d950

Please sign in to comment.