Skip to content

Commit

Permalink
bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Sep 8, 2022
1 parent be5b4e3 commit 734be28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changelog

#### 0.27.1 - 2022-03-15
#### 0.27.2 - 2022-03-15


#### 0.27.1 - 2022-06-25

##### New features
- all `fit_` methods now accept a `fit_options` dict that allows one to pass kwargs to the underlying fitting algorithm.
Expand Down
2 changes: 1 addition & 1 deletion lifelines/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.27.1"
__version__ = "0.27.2"

0 comments on commit 734be28

Please sign in to comment.