From 23a34df0806d4ffc432dcbec8452fb4b20596505 Mon Sep 17 00:00:00 2001 From: Robyn Marowitz Date: Wed, 13 Sep 2023 16:43:23 -0600 Subject: [PATCH] Bumpversion v0.4.0->v0.4.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- VERSION.env | 2 +- setup.py | 2 +- usaon_vta_survey/constants/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07e1ecbf..65ba5b27 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = False tag = False parse = ^ diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c2f1ac..7f62a84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT_VERSION +# v0.4.1 (2023-09-13) * Bugfix environment variables # v0.4.0 (2023-09-13) diff --git a/VERSION.env b/VERSION.env index 367b42bd..7c67d66f 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export USAON_VTA_SURVEY_VERSION="v0.4.0" +export USAON_VTA_SURVEY_VERSION="v0.4.1" diff --git a/setup.py b/setup.py index bc39a50c..46b554f5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='usaon_vta_survey', description="Gather data for US AON's Value Tree Analysis process", - version="0.4.0", + version="0.4.1", url="git@github.com:nsidc/usaon-vta-survey.git", author="National Snow and Ice Data Center", author_email="nsidc@nsidc.org", diff --git a/usaon_vta_survey/constants/version.py b/usaon_vta_survey/constants/version.py index 5052c1fd..52f089c2 100644 --- a/usaon_vta_survey/constants/version.py +++ b/usaon_vta_survey/constants/version.py @@ -1 +1 @@ -VERSION = '0.4.0' +VERSION = '0.4.1'