Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #90

Merged
merged 6 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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__ = "vivarium.dev@gmail.com"
Expand Down