Skip to content

Commit 3606b0b

Browse files
authored
Prepare v0.7.0 release (#234)
1 parent 0f5b444 commit 3606b0b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,14 @@ Such questions arise frequently in customer segmentation (what is the effect of
9191

9292
# News
9393

94+
**March 6, 2020:** Release v0.7.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.7.0)
95+
96+
<details><summary>Previous releases</summary>
97+
9498
**February 18, 2020:** Release v0.7.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.7.0b1)
9599

96100
**January 10, 2020:** Release v0.6.1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.6.1)
97101

98-
<details><summary>Previous releases</summary>
99-
100102
**December 6, 2019:** Release v0.6, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.6)
101103

102104
**November 21, 2019:** Release v0.5, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.5).

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ max-line-length=119
77
convention=numpy
88

99
[build_sphinx]
10-
version = 0.7.0b1
10+
version = 0.7.0
1111

1212
[metadata]
1313
name = econml
14-
version = 0.7.0b1
14+
version = 0.7.0
1515
author = Microsoft Corporation
1616
description = This package contains several methods for calculating Conditional Average Treatment Effects
1717
long_description = file: README.md

0 commit comments

Comments
 (0)