File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 3.1.3 (2018-12-26)
2+
3+ - Print help message when no arguments given to bandersnatch - Thanks ** @GreatBahram **
4+ - aiohttp >= 3.5.0 test and we no longer have ` .netrc ` error message
5+
16## 3.1.2 (2018-12-02)
27
38- Load default config or passed in config file only * (not both)* - ` Fixes #95 ` - Thanks ** @GreatBahram **
49- Add ` --force-check ` to mirror to enable full PyPI Syncs - ` Fixes #97 ` - Thanks ** @GreatBahram **
510
6- ### Known Bugs
7-
8- - ` verify ` prints "` could't find .netrc file ` " which requires > aiohttp 3.4.4 release. Waited long enough - https://github.com/aio-libs/aiohttp/issues/3298
9-
1011## 3.1.1 (2018-11-25)
1112
1213- Add missing ` filelock ` dependency to ` setup.py ` ` Fixes #93 `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def version_str(self) -> str:
1818__version_info__ = _VersionInfo (
1919 major = 3 ,
2020 minor = 1 ,
21- micro = 2 ,
21+ micro = 3 ,
2222 releaselevel = "" ,
2323 serial = 0 , # Not currently in use with Bandersnatch versioning
2424)
You can’t perform that action at this time.
0 commit comments