Skip to content

Commit

Permalink
v1.23.0 (#2491)
Browse files Browse the repository at this point in the history
* release v1.23.0

* fixed release process
  • Loading branch information
dvreed77 committed Feb 15, 2023
1 parent bb27096 commit 527de6c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,28 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Change ``TotalWordLength`` and ``UpperCaseWordCount`` to return ``IntegerNullable`` (:pr:`2474`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.23.0 Feb 15, 2023
====================
* Changes
* Change ``TotalWordLength`` and ``UpperCaseWordCount`` to return ``IntegerNullable`` (:pr:`2474`)
* Testing Changes
* Add GitHub Actions cache to speed up workflows (:pr:`2475`)
* Fix latest dependency checker install command (:pr:`2476`)
* Add pull request check for linked issues to CI workflow (:pr:`2477`, :pr:`2481`)
* Remove make package from lint workflow (:pr:`2479`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`sbadithe`
:user:`dreed`, :user:`gsheni`, :user:`sbadithe`

v1.22.0 Jan 31, 2023
====================
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.22.0"
assert __version__ == "1.23.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.22.0"
__version__ = "1.23.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Checklist before merging:
- All tests are currently green on checkin and on `main`.
- The ReadtheDocs build for the release PR branch has passed, and the resulting docs contain the expected release notes.
- PR has been reviewed and approved.
- Confirm with the team that `main` will be frozen until step 2 (Github Release) is complete.
- Confirm with the team that `main` will be frozen until step 3 (Github Release) is complete.

After merging, verify again that ReadtheDocs "latest" is correct.

Expand Down

0 comments on commit 527de6c

Please sign in to comment.