File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and **Merged pull requests**. Critical items to know are:
14
14
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
15
15
16
16
## [ 0.0.x] ( https://github.com/oras-project/oras-py/tree/main ) (0.0.x)
17
- - Ensure insecure is passed to provider class (0.1.2 )
17
+ - Ensure insecure is passed to provider class (0.1.20 )
18
18
- patch fix for blob upload Windows, closes issue [ 93] ( https://github.com/oras-project/oras-py/issues/93 ) (0.1.19)
19
19
- patch fix for empty manifest config on Windows, closes issue [ 90] ( https://github.com/oras-project/oras-py/issues/90 ) (0.1.18)
20
20
- patch fix to correct session url pattern, closes issue [ 78] ( https://github.com/oras-project/oras-py/issues/78 ) (0.1.17)
Original file line number Diff line number Diff line change 2
2
__copyright__ = "Copyright The ORAS Authors."
3
3
__license__ = "Apache-2.0"
4
4
5
- __version__ = "0.1.2 "
5
+ __version__ = "0.1.20 "
6
6
AUTHOR = "Vanessa Sochat"
7
7
EMAIL = "vsoch@users.noreply.github.com"
8
8
NAME = "oras"
You can’t perform that action at this time.
0 commit comments