From 193e17100b917c97d4f7cee0685c93ef5a7f456c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Wed, 13 Sep 2023 20:17:02 +0200 Subject: [PATCH 1/2] Update changelog.rst --- docs/source/changelog.rst | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5bf93418b..aeca5f6cb 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -14,25 +14,16 @@ You can also subscribe to ``skpro``'s For planned changes and upcoming releases, see our :ref:`roadmap`. -[2.0.0] - 2023-09-1X +[2.0.0] - 2023-09-13 ==================== -Re-release of ``skpro``, newly rearchitected using ``skbase``. +Re-release of ``skpro``, newly rearchitected using ``skbase``! -Highlights ----------- +Try out ``skpro v2`` on `Binder `_! -Enhancements ------------- - -Fixes ------ - -Documentation -------------- +Contributions, bug reports, and feature requests are welcome on the `issue tracker `_ -Maintenance ------------ +or on the `community Discord `_. Contributors ------------ From 3b3a4e5d398c701b7b4f0f3e6e176ba21f0cafbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Wed, 13 Sep 2023 20:25:00 +0200 Subject: [PATCH 2/2] Update .all-contributorsrc --- .all-contributorsrc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 957a099ae..e1b2c539f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -60,22 +60,22 @@ "name": "Vitaly Davydov", "avatar_url": "https://avatars.githubusercontent.com/u/2273226?v=4", "profile": "https://github.com/iwitaly", - "contributions": [ - "code", - "doc", - "maintenance", - "review" - ] + "contributions": [ + "code", + "doc", + "maintenance", + "review" + ] }, { "login": "yarnabrina", "name": "Anirban Ray", "avatar_url": "https://avatars.githubusercontent.com/u/39331844?v=4", "profile": "https://github.com/yarnabrina", - "contributions": [ - "code", - "maintenance" - ] + "contributions": [ + "code", + "maintenance" + ] }, { "login": "Alex-JG3", @@ -83,8 +83,10 @@ "avatar_url": "https://avatars.githubusercontent.com/u/49785867?v=4", "profile": "https://github.com/Alex-JG3", "contributions": [ + "bug", "code", - "ideas" + "ideas", + "review" ] } ]