Skip to content

Commit

Permalink
Merge pull request #90 from ihmeuw/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rmudambi authored Jul 5, 2022
2 parents 5723e75 + 1047645 commit 52d2e9d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# default owners
* @albrja @beatrixkh @collijk @hussain-jafari @mattkappel @rmudambi @stevebachmeier
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**3.0.6 - 07/05/22**

- Add CODEOWNERS

**3.0.5 - 05/05/22**

- Fix black and click dependency conflict in CI.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]

data_requires = [
"vivarium-gbd-access>=3.0.2",
"vivarium-gbd-access>=3.0.5",
]

test_requirements = [
Expand Down
2 changes: 1 addition & 1 deletion src/gbd_mapping/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__summary__ = "A programmatically accessible mapping of gbd entities."
__uri__ = "https://github.com/ihmeuw/gbd_mapping"

__version__ = "3.0.5"
__version__ = "3.0.6"

__author__ = "The vivarium developers"
__email__ = "[email protected]"
Expand Down

0 comments on commit 52d2e9d

Please sign in to comment.