Skip to content

Commit 479362a

Browse files
committed
Prepare v0.15.0 release
Signed-off-by: Keith Battocchi <[email protected]>
1 parent ab572de commit 479362a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ For information on use cases and background material on causal inference and het
5151

5252
# News
5353

54-
** November 11, 2023:** Release v0.15.0b1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0b1)
54+
**February 12, 2024:** Release v0.15.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0)
5555

5656
<details><summary>Previous releases</summary>
5757

58+
**November 11, 2023:** Release v0.15.0b1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0b1)
59+
5860
**May 19, 2023:** Release v0.14.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.1)
5961

6062
**November 16, 2022:** Release v0.14.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.0)

econml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) PyWhy contributors. All rights reserved.
22
# Licensed under the MIT License.
33

4-
__version__ = '0.15.0b1'
4+
__version__ = '0.15.0'

0 commit comments

Comments
 (0)