Skip to content

Commit

Permalink
Update CHANGELOG.md for v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 3, 2024
1 parent 0dc3bc4 commit bd41e5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.15.0 (2024-01-03)
-------------------------
* Merge pull request #177 from rapidpro/django5
* Drop support for PG14
* Merge pull request #176 from rapidpro/prep-django5
* Update smartmin to 5.0.0
* Start testing on django 5.0
* Use datetime timezone aliased as tzone
* Remove use of deprecated pytz, self.assertEquals and index_together

v1.14.3 (2023-11-03)
-------------------------
* Merge pull request #175 from rapidpro/update-deps
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.4.6"
__version__ = "1.15.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.14.3"
version = "1.15.0"
description = "Support library for RapidPro dashboards"
authors = ["Nyaruka Ltd <code@nyaruka.com>"]
license = "BSD"
Expand Down

0 comments on commit bd41e5c

Please sign in to comment.