We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d5947 + 358e589 commit 97e7344Copy full SHA for 97e7344
CHANGELOG.rst
@@ -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
6
**0.10.10 - 10/29/21**
7
8
- Update license to BSD 3-clause
src/vivarium/__about__.py
@@ -7,10 +7,10 @@
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
__uri__ = "https://github.com/ihmeuw/vivarium"
9
10
-__version__ = "0.10.10"
+__version__ = "0.10.11"
11
12
__author__ = "The vivarium developers"
13
__email__ = "vivarium.dev@gmail.com"
14
15
__license__ = "BSD-3-Clause"
16
-__copyright__ = f"Copyright 2021 {__author__}"
+__copyright__ = f"Copyright 2022 {__author__}"
0 commit comments