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 64
64
65
65
pypi_publish :
66
66
docker :
67
- - image : cimg/python:3.7
67
+ - image : cimg/python:3.6
68
68
steps :
69
69
- checkout # checkout source code to working directory
70
70
- 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
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## [ 0.5.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.0 ) - 2021-01-10
8
13
9
14
### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude = '''
21
21
22
22
[tool .poetry ]
23
23
name = " scale-nucleus"
24
- version = " 0.5.0 "
24
+ version = " 0.5.1 "
25
25
description = " The official Python client library for Nucleus, the Data Platform for AI"
26
26
license = " MIT"
27
27
authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
You can’t perform that action at this time.
0 commit comments