Skip to content

Commit

Permalink
v1.12.1 (#2221)
Browse files Browse the repository at this point in the history
* update release notes

* bump version number

* lint
  • Loading branch information
rwedge authored Aug 4, 2022
1 parent b90cb83 commit ef2ff5d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.12.1 Aug 4, 2022
===================
* Fixes
* Update ``Trend`` and ``RollingTrend`` primitives to work with ``IntegerNullable`` inputs (:pr:`2204`)
* ``camel_and_title_to_snake`` handles snake case strings with numbers (:pr:`2220`)
* Changes
* Change ``_get_description`` to split on blank lines to avoid truncating primitive descriptions (:pr:`2219`)
* Documentation Changes
* Add instructions to add new users to featuretools feedstock (:pr:`2215`)
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.12.0"
assert __version__ == "1.12.1"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.12.1"

0 comments on commit ef2ff5d

Please sign in to comment.