Skip to content

Commit f52ad44

Browse files
v0.8.0 (#285)
* v0.8.0 * update release notes
1 parent 9a517f7 commit f52ad44

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.7.0"
1+
__version__ = "0.8.0"

docs/source/release_notes.rst

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

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
8-
* Add issue templates for bugs, feature requests and documentation improvements (:pr:`271`)
98
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
**v0.8.0** January 20, 2022
16+
* Enhancements
17+
* Add issue templates for bugs, feature requests and documentation improvements (:pr:`271`)
1018
* Changes
1119
* Update pip to 21.3.1 for test requirements (:pr:`265`)
1220
* Restrict to Python 3.7 to 3.9 (:pr:`265`)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='composeml',
16-
version='0.7.0',
16+
version='0.8.0',
1717
author='Feature Labs, Inc.',
1818
author_email='[email protected]',
1919
license='BSD 3-clause',

0 commit comments

Comments
 (0)