Skip to content

Commit

Permalink
v0.7.0 (#260)
Browse files Browse the repository at this point in the history
* bump version

* update release notes

* comment out
  • Loading branch information
jeff-hernandez authored Nov 2, 2021
1 parent 723c581 commit 88f9402
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composeml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.7.0'
14 changes: 11 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
Release Notes
=============

.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
|
**Future Release**
**v0.7.0** November 2, 2021
* Enhancements
* Add ``maximum_data`` parameter to control when a search should stop (:pr:`216`)
* Add optional automatic update checker (:pr:`223`, :pr:`229`, :pr:`232`)
* Varying first cutoff time for each target group (:pr:`258`)
* Fixes
* Documentation Changes
* Update doc tutorials to the latest API changes (:pr:`227`)
* Pin documentation requirements to avoid warnings and breaking changes (:pr:`244`)
Expand All @@ -22,7 +30,7 @@ Release Notes
* Update minimum unit tests to run on all pull requests (:pr:`230`)
* Add workflow to check latest dependencies (:pr:`233`)
* Update reviewers for minimum and latest dependency checkers (:pr:`257`)

| Thanks to the following people for contributing to this release:
| :user:`gsheni`, :user:`jeff-hernandez`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='composeml',
version='0.6.0',
version='0.7.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit 88f9402

Please sign in to comment.