Skip to content

Commit 88f9402

Browse files
v0.7.0 (#260)
* bump version * update release notes * comment out
1 parent 723c581 commit 88f9402

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

composeml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.7.0'

docs/source/release_notes.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22
Release Notes
33
=============
44

5+
.. Future Release
6+
==============
7+
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
.. Thanks to the following people for contributing to this release:
13+
514
|
615
7-
**Future Release**
16+
**v0.7.0** November 2, 2021
817
* Enhancements
918
* Add ``maximum_data`` parameter to control when a search should stop (:pr:`216`)
1019
* Add optional automatic update checker (:pr:`223`, :pr:`229`, :pr:`232`)
1120
* Varying first cutoff time for each target group (:pr:`258`)
12-
* Fixes
1321
* Documentation Changes
1422
* Update doc tutorials to the latest API changes (:pr:`227`)
1523
* Pin documentation requirements to avoid warnings and breaking changes (:pr:`244`)
@@ -22,7 +30,7 @@ Release Notes
2230
* Update minimum unit tests to run on all pull requests (:pr:`230`)
2331
* Add workflow to check latest dependencies (:pr:`233`)
2432
* Update reviewers for minimum and latest dependency checkers (:pr:`257`)
25-
33+
2634
| Thanks to the following people for contributing to this release:
2735
| :user:`gsheni`, :user:`jeff-hernandez`
2836

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='composeml',
9-
version='0.6.0',
9+
version='0.7.0',
1010
author='Feature Labs, Inc.',
1111
author_email='[email protected]',
1212
license='BSD 3-clause',

0 commit comments

Comments
 (0)