File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 3.1.1 (2018-11-25 )
1
+ ## 3.1.2 (2018-12-02 )
2
2
3
- - Add missing ` filelock ` dependency to ` setup.py ` ` Fixes #93 `
3
+ - Load default config or passed in config file only * (not both)* - ` Fixes #95 ` - Thanks ** @GreatBahram **
4
+ - Add ` --force-check ` to mirror to enable full PyPI Syncs - ` Fixes #97 ` - Thanks ** @GreatBahram **
4
5
5
6
### Known Bugs
6
7
7
- - ` 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
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
8
9
10
+ ## 3.1.1 (2018-11-25)
11
+
12
+ - Add missing ` filelock ` dependency to ` setup.py ` ` Fixes #93 `
9
13
10
14
## 3.1.0 (2018-11-25)
11
15
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def version_str(self) -> str:
18
18
__version_info__ = _VersionInfo (
19
19
major = 3 ,
20
20
minor = 1 ,
21
- micro = 1 ,
21
+ micro = 2 ,
22
22
releaselevel = "" ,
23
23
serial = 0 , # Not currently in use with Bandersnatch versioning
24
24
)
You can’t perform that action at this time.
0 commit comments