Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python 3.7.4 image on circleci #674

Merged
merged 4 commits into from Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ executors:
parameters:
image_tag:
type: string
default: "3.7.3"
default: "3.7-stretch"
docker:
- image: circleci/python:<< parameters.image_tag >>

Expand All @@ -24,7 +24,7 @@ jobs:
parameters:
image_tag:
type: string
default: "3.7.3"
default: "3.7-stretch"
executor:
name: python
image_tag: << parameters.image_tag >>
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
parameters:
image_tag:
type: string
default: "3.7.3"
default: "3.7-stretch"
codecov:
type: boolean
default: false
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
parameters:
image_tag:
type: string
default: "3.7.3"
default: "3.7-stretch"
executor:
name: python
image_tag: << parameters.image_tag >>
Expand All @@ -123,7 +123,7 @@ jobs:
build_docs:
working_directory: ~/featuretools
docker:
- image: circleci/python:3.7.3
- image: circleci/python:3.7-stretch
steps:
- run: sudo apt update && sudo apt install -y pandoc
- run: sudo apt install -y graphviz
Expand All @@ -142,7 +142,7 @@ jobs:
parameters:
image_tag:
type: string
default: "3.7.3"
default: "3.7-stretch"
executor:
name: python
image_tag: << parameters.image_tag >>
Expand Down
5 changes: 3 additions & 2 deletions docs/source/changelog.rst
Expand Up @@ -21,10 +21,11 @@ Changelog
* Fixed FAQ question with multiple question marks (:pr:`673`)
* Testing Changes
* Add master, and release tests for premium primitives (:pr:`660`, :pr:`669`)
* Miscellaneous changes (:pr:`672`)
* Miscellaneous changes (:pr:`672`, :pr:`674`)

Thanks to the following people for contributing to this release:
:user:`ayushpatidar`, :user:`CJStadler`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`kmax12`
:user:`ayushpatidar`, :user:`CJStadler`, :user:`gsheni`,
:user:`jeff-hernandez`, :user:`kmax12`, :user:`rwedge`


**v0.9.1 July 3, 2019**
Expand Down