Skip to content

Commit 0f02522

Browse files
Merge pull request #44 from ihmeuw/develop
Develop
2 parents b87b743 + 82942ea commit 0f02522

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# default owners
2+
* @albrja @beatrixkh @collijk @hussain-jafari @mattkappel @rmudambi @stevebachmeier

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**2.0.10 - 07/01/22**
2+
3+
- Add CODEOWNERS
4+
- Fix autodoc warnings
5+
16
**2.0.9 - 05/05/22**
27

38
- Update black dependency in CI

docs/nitpick-exceptions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
py:class risk_distributions.formatting.Parameter
66
py:class risk_distributions.formatting.Parameters
77
# Need these for python 3.6
8-
py:obj typing.Parameter
9-
py:obj typing.Parameters
8+
py:class Parameter
9+
py:class Parameters

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#
8383
# This is also used if you do content translation via gettext catalogs.
8484
# Usually you set "language" from the command line for these cases.
85-
language = None
85+
language = "en"
8686

8787
# List of patterns, relative to source directory, that match files and
8888
# directories to ignore when looking for source files.

src/risk_distributions/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__summary__ = "Components for building distributions. Compatible for use with ``vivarium``"
1414
__uri__ = "https://github.com/ihmeuw/risk_distributions"
1515

16-
__version__ = "2.0.9"
16+
__version__ = "2.0.10"
1717

1818
__author__ = "The risk_distributions developers"
1919
__email__ = "vivarium.dev@gmail.com"

0 commit comments

Comments
 (0)