From cbbf1a0160b09c32e711c233848129e56ebb40d6 Mon Sep 17 00:00:00 2001 From: James Collins Date: Sat, 12 Feb 2022 02:21:51 -0800 Subject: [PATCH] Update for release --- CHANGELOG.rst | 8 ++++++++ src/gbd_mapping/__about__.py | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 638352c..877d999 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +**3.0.3 - 02/12/22** + + - Bugfix in risk data access. + - Modernize CI. + - Squash warnings in doc building + - Fix remote doc builds. + - Rebuild mappings. + **3.0.2 - 5/21/21** - Bugfix: update for gbd_access dependency diff --git a/src/gbd_mapping/__about__.py b/src/gbd_mapping/__about__.py index 49e0bb2..1b68146 100644 --- a/src/gbd_mapping/__about__.py +++ b/src/gbd_mapping/__about__.py @@ -6,10 +6,11 @@ __summary__ = "A programmatically accessible mapping of gbd entities." __uri__ = "https://github.com/ihmeuw/gbd_mapping" -__version__ = "3.0.2" +__version__ = "3.0.3" __author__ = "The vivarium developers" __email__ = "vivarium.dev@gmail.com" -__license__ = "GNU GPLv3" -__copyright__ = f"Copyright 2016-2019 {__author__}" +__license__ = "BSD-3-Clause" +__copyright__ = f"Copyright 2022 {__author__}" +