From c25c4d7105c22fb9c2528d269b9112c58db29d82 Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:34:54 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ac078..382d413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.6.1 - 2022-03-23 +## 0.6.1 - 2022-04-06 * Fixed bug causing NumPy fixed-width integer overflows for large integers per [#142](https://github.com/microsoft/pybryt/issues/142) * Added group name to the report created by `generate_report` per [#152](https://github.com/microsoft/pybryt/issues/152) From 601ad16232ee55268f81464c03b0678b9f4d7bbf Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 15:36:01 +0000 Subject: [PATCH 2/2] update version info for v0.6.1 --- CITATION.cff | 4 ++-- pybryt/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f7a6b2b..419173c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: given-names: "Nelson" orcid: "https://orcid.org/0000-0003-2768-5735" title: "Pybryt - Python library for pedagogical auto-assessment" -version: 0.6.0 -date-released: 2022-03-16 +version: 0.6.1 +date-released: 2022-04-06 url: "https://github.com/microsoft/pybryt" diff --git a/pybryt/version.py b/pybryt/version.py index 906d362..43c4ab0 100644 --- a/pybryt/version.py +++ b/pybryt/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"