Skip to content

Commit debd491

Browse files
v0.7.0 (#1113)
* bump version * update release notes * update comment style
1 parent 6ce772c commit debd491

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

docs/source/release_notes.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,26 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
===============
6+
.. Future Release
7+
===============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.7.0 Aug 25, 2021
17+
===================
818
* Enhancements
919
* Add ``'passthrough'`` and ``'ignore'`` to tags in ``list_semantic_tags`` (:pr:`1094`)
1020
* Add initialize with partial table schema (:pr:`1100`)
1121
* Apply ordering specified by the ``Ordinal`` logical type to underlying series (:pr:`1097`)
1222
* Add ``AgeFractional`` logical type (:pr:`1112`)
13-
* Fixes
14-
* Changes
15-
* Documentation Changes
16-
* Testing Changes
1723

1824
Thanks to the following people for contributing to this release:
19-
:user:`davesque`, :user:`tamargrey`, :user:`tuethan1999`
25+
:user:`davesque`, :user:`jeff-hernandez`, :user:`tamargrey`, :user:`tuethan1999`
2026

2127
Breaking Changes
2228
++++++++++++++++

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author='Alteryx, Inc.',
1717
author_email='[email protected]',
1818
license='BSD 3-clause',
19-
version='0.6.0',
19+
version='0.7.0',
2020
description='a two-dimensional data object with labeled axes and typing information',
2121
url='https://github.com/alteryx/woodwork/',
2222
classifiers=[

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.6.0"
5+
assert __version__ == "0.7.0"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)