From bb9286c7e5e414cc87111917f7ff34323030ff76 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Tue, 3 Dec 2024 09:48:08 -0500 Subject: [PATCH] Update CHANGELOG.md for v2.16.0 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763d1ea..dce90f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v2.16.0 (2024-12-03) +------------------------- + * Remove input field on run values + * Update dependencies + v2.15.0 (2024-04-16) ------------------------- * Merge pull request #93 from rapidpro/dependabot/pip/black-24.3.0 diff --git a/pyproject.toml b/pyproject.toml index c7a7d36..ace98ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rapidpro-python" -version = "2.15.0" +version = "2.16.0" description = "Python client library for the RapidPro API" authors = ["Nyaruka "] readme = "README.md"