Skip to content

Commit 54b1ef8

Browse files
authored
increment version and fix release notes (#1118)
1 parent a15fb81 commit 54b1ef8

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/source/release_notes.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22

33
Release Notes
44
-------------
5-
6-
Future Release
7-
===============
5+
.. Future Release
6+
===============
87
* Enhancements
98
* Fixes
10-
* Validate schema's index if being used in partial schema init (:pr:`1115`)
11-
* Allow falsy index, time index, and name values to be set along with partial schema at init (:pr:`1115`)
129
* Changes
1310
* Documentation Changes
1411
* Testing Changes
1512
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v0.7.1 Aug 25, 2021
16+
===================
17+
* Fixes
18+
* Validate schema's index if being used in partial schema init (:pr:`1115`)
19+
* Allow falsy index, time index, and name values to be set along with partial schema at init (:pr:`1115`)
20+
1621
Thanks to the following people for contributing to this release:
1722
:user:`tamargrey`
1823

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.7.0',
19+
version='0.7.1',
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.7.0"
5+
assert __version__ == "0.7.1"

woodwork/version.py

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

0 commit comments

Comments
 (0)