From 70c51cc83d6d20f2c4440ea85f78f54e432b335b Mon Sep 17 00:00:00 2001 From: Annalise Clelland Date: Thu, 25 Apr 2024 14:44:25 +0100 Subject: [PATCH] updates on version --- CHANGELOG.md | 11 +++++++++++ CITATION.cff | 8 ++++++-- README.md | 10 +++++----- kailo_beewell_dashboard/__init__.py | 4 ++-- kailo_beewell_dashboard/about_page.py | 1 + 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddbb24..6784aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ This should align with: * Releases on [PyPI](https://pypi.org/project/kailo-beewell-dashboard/#history) * Releases on [GitHub](https://github.com/kailo-beewell/kailo_beewell_dashboard_package/releases) (which are like a non-portable changelog only displayed to users within GitHub) +## 0.3.4 + +**Release date:** 25th April 2024 + +**Contibutors:** Annalise Clelland + +Test to add more details to markdown + +### Added +* Test sentence + ## 0.3.3 **Release date:** 16th April 2024 diff --git a/CITATION.cff b/CITATION.cff index 147baf5..cace95b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,10 @@ authors: family-names: Goddard email: ellenamaliaa@gmail.com affiliation: Dartington Service Design Lab + - given-names: Annalise + family-names: Clelland + email: annalise.clelland@dartington.org.uk + affiliation: Dartington Service Design Lab repository-code: >- https://github.com/kailo-beewell/kailo_beewell_dashboard_package repository-artifact: 'https://pypi.org/project/kailo-beewell-dashboard/' @@ -29,5 +33,5 @@ keywords: - '#BeeWell' - Kailo license: MIT -version: 0.3.3 -date-released: '2024-04-16' +version: 0.3.4 +date-released: '2024-04-25' diff --git a/README.md b/README.md index 46ceb74..fb9e548 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `kailo-beewell-dashboard`: tools to support creation of #BeeWell survey dashboards for the Kailo project. -[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.3-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.3/) +[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.4-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.4/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![ORCID: Amy Heather](https://img.shields.io/badge/ORCID_Amy_Heather-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479) @@ -23,14 +23,14 @@ This package contains functions that are used in the creation of the various #Be If you use this package, please include the following citation -> Heather, Amy. and Goddard, Ellen. (2024). kailo-beewell-dashboard: tools to support creation of #BeeWell survey dashboards for the Kailo project (0.3.3). https://pypi.org/project/kailo-beewell-dashboard/. +> Heather, Amy. Clelland, Annalise. and Goddard, Ellen. (2024). kailo-beewell-dashboard: tools to support creation of #BeeWell survey dashboards for the Kailo project (0.3.4). https://pypi.org/project/kailo-beewell-dashboard/. ```tex @software{kailo-beewell-dashboard, - author = {Heather, Amy. and Goddard, Ellen.}, + author = {Heather, Amy. Clelland, Annalise. and Goddard, Ellen.}, title = {kailo-beewell-dashboard}, - date = {2024-04-16}, - version = {0.3.3}, + date = {2024-04-25}, + version = {0.3.4}, publisher = {PyPI}, url = {https://pypi.org/project/kailo-beewell-dashboard/} } diff --git a/kailo_beewell_dashboard/__init__.py b/kailo_beewell_dashboard/__init__.py index 3e76537..fef2153 100644 --- a/kailo_beewell_dashboard/__init__.py +++ b/kailo_beewell_dashboard/__init__.py @@ -4,5 +4,5 @@ Tools to support creation of #BeeWell survey dashboards for Kailo. ''' -__version__ = '0.3.3' -__author__ = 'Amy Heather and Ellen Goddard' +__version__ = '0.3.4' +__author__ = 'Amy Heather and Ellen Goddard and Annalise Clelland' diff --git a/kailo_beewell_dashboard/about_page.py b/kailo_beewell_dashboard/about_page.py index a7e3f4e..2994536 100644 --- a/kailo_beewell_dashboard/about_page.py +++ b/kailo_beewell_dashboard/about_page.py @@ -52,6 +52,7 @@ def create_about_page(dashboard_type): # Page title st.title("About") st.markdown("Test Ellen") + st.markdown("Test Annalise") # Introduction st.markdown(reuse_text["about_intro"])