From a0bfa3340d952224fd7e051c1d922d3ee763d8c0 Mon Sep 17 00:00:00 2001 From: Ferdia Soper Mac Cafraidh Date: Wed, 16 Oct 2024 13:39:38 +0100 Subject: [PATCH] [Change] Bump Version to v0.3.10 (#90) * [CHANGE] version bump to v0.3.10 * [FEATURE] Add reminder to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + learnosity_sdk/_version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f077db..5937e90 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,3 +12,4 @@ - [ ] Tests added - [ ] All testsuites passed - [ ] `make dist` completed successfully +- [ ] Bump package version if release coming diff --git a/learnosity_sdk/_version.py b/learnosity_sdk/_version.py index e7ba358..d160d1c 100644 --- a/learnosity_sdk/_version.py +++ b/learnosity_sdk/_version.py @@ -1 +1 @@ -__version__ = 'v0.3.9' +__version__ = 'v0.3.10'