From 76b007681cfcdfeb237075c9b1a4751d80c69c1a Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Thu, 17 Aug 2023 14:12:47 -0700 Subject: [PATCH] Bump version to 2.2.2 and add contributors (#474) Co-authored-by: delsim --- CONTRIBUTIONS.md | 4 ++++ django_plotly_dash/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 73141dc..95e2e4f 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -57,3 +57,7 @@ Thanks to the following people: [rnestler](https://github.com/rnestler) [radusuciu](https://github.com/radusuciu) + +[erl987](https://github.com/erl987) + +[funkyrailroad](https://github.com/funkyrailroad) diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py index 12e5fcc..79b6cd5 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -23,4 +23,4 @@ ''' -__version__ = "2.2.1" +__version__ = "2.2.2"