File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- python-version : [3.8, 3.9]
18+ python-version : [" 3.8", " 3.9" ]
1919 os : [macOS-latest, windows-latest]
2020
2121 steps :
Original file line number Diff line number Diff line change 2121
2222 strategy :
2323 matrix :
24- python-version : [3.8, 3.9]
24+ python-version : [" 3.8", " 3.9" ]
2525 os : [ubuntu-latest]
2626
2727 steps :
Original file line number Diff line number Diff line change 1- # 5.1.0 (2021-XX-XX )
1+ # 5.1.0 (2021-11-02 )
22
33## New Features
44
1515## Documentation
1616
1717- Add Storage Options documentation ` PR #1006 ` - Thanks ** cooperlees**
18+ - Update all dependencies to latest except pyparsing + docutils
1819
1920## Dependencies
2021
Original file line number Diff line number Diff line change 11# sphinx 3.5.4 wants 0.16 here ... Try update once we get a newer sphinx
2+ # This is being worked on - https://github.com/sphinx-doc/sphinx/issues/9777
23docutils==0.16 # pyup: ignore
34# Have to ignore pyparsing as packaging <= 3.0.0
45pyparsing==2.4.7 # pyup: ignore
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ project_urls =
1515 Source Code = https://github.com/pypa/bandersnatch
1616 Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1717url = https://github.com/pypa/bandersnatch/
18- version = 5.1.0.dev0
18+ version = 5.1.0
1919
2020[options]
2121install_requires =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def version_str(self) -> str:
2222 major = 5 ,
2323 minor = 1 ,
2424 micro = 0 ,
25- releaselevel = "dev0 " ,
25+ releaselevel = "" ,
2626 serial = 0 , # Not currently in use with Bandersnatch versioning
2727)
2828__version__ = __version_info__ .version_str
You can’t perform that action at this time.
0 commit comments