File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6464
6565 pypi_publish :
6666 docker :
67- - image : cimg/python:3.7
67+ - image : cimg/python:3.6
6868 steps :
6969 - checkout # checkout source code to working directory
7070 - run :
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.5.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.1 ) - 2021-01-11
8+
9+ ### Fixed
10+ - Updated dependencies for full Python 3.6 compatibility
11+
712## [ 0.5.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.0 ) - 2021-01-10
813
914### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude = '''
2121
2222[tool .poetry ]
2323name = " scale-nucleus"
24- version = " 0.5.0 "
24+ version = " 0.5.1 "
2525description = " The official Python client library for Nucleus, the Data Platform for AI"
2626license = " MIT"
2727authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
You can’t perform that action at this time.
0 commit comments