Skip to content

Commit 97e7344

Browse files
authored
Merge pull request #199 from ihmeuw/develop
Develop
2 parents b9d5947 + 358e589 commit 97e7344

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**0.10.11 - 02/12/22**
2+
3+
- Update CI to make a cleaner release workflow
4+
- Add PR template
5+
16
**0.10.10 - 10/29/21**
27

38
- Update license to BSD 3-clause

src/vivarium/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
88
__uri__ = "https://github.com/ihmeuw/vivarium"
99

10-
__version__ = "0.10.10"
10+
__version__ = "0.10.11"
1111

1212
__author__ = "The vivarium developers"
1313
__email__ = "vivarium.dev@gmail.com"
1414

1515
__license__ = "BSD-3-Clause"
16-
__copyright__ = f"Copyright 2021 {__author__}"
16+
__copyright__ = f"Copyright 2022 {__author__}"

0 commit comments

Comments
 (0)