Skip to content

Commit

Permalink
v1.0.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Oct 12, 2021
1 parent 3ff8349 commit ac6ef37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
27 changes: 0 additions & 27 deletions docs/source/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,8 @@
<meta name="twitter:card" content="summary_large_image">



{% endblock %}

{% block docs_body %}
<section>
<div class="admonition warning">
<p class="admonition-title"> NOTICE</p>
<p>
The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior
to release:
</p>
<p>
<code>pip install featuretools==1.0.0rc1</code>
</p>
<p>or</p>
<p>
<code>conda install -c conda-forge -c conda-forge/label/featuretools_rc featuretools=1.0.0rc1</code>
</p>
<p>
For details on migrating to the new version, refer to
<a href="https://featuretools.alteryx.com/en/latest/resources/transition_to_ft_v1.0.html">Transitioning to Featuretools Version 1.0</a>.
Please report any issues in the <a href="https://github.com/alteryx/featuretools">Featuretools GitHub repo</a>
or by messaging in <a href="https://join.slack.com/t/featuretools/shared_invite/enQtNTEwODEzOTEwMjg4LTQ1MjZlOWFmZDk2YzAwMjEzNTkwZTZkN2NmOGFjOGI4YzE5OGMyMGM5NGIxNTE4NjkzYWI3OWEwZjkyZGExYmQ">Alteryx Open Source Slack</a>.
</p>
</div>
<br>
</section>
{{ super() }}
{% endblock %}

{%- block footer %}

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.0.0rc1"
assert __version__ == "1.0.0.dev0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0rc1'
__version__ = '1.0.0.dev0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='featuretools',
version='1.0.0rc1',
version='1.0.0.dev0',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit ac6ef37

Please sign in to comment.