Skip to content

Commit 2754317

Browse files
committed
Move version to 3.1.2 + Update CHANGES.md
1 parent e480bde commit 2754317

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
## 3.1.1 (2018-11-25)
1+
## 3.1.2 (2018-12-02)
22

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**
45

56
### Known Bugs
67

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
89

10+
## 3.1.1 (2018-11-25)
11+
12+
- Add missing `filelock` dependency to `setup.py` `Fixes #93`
913

1014
## 3.1.0 (2018-11-25)
1115

src/bandersnatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def version_str(self) -> str:
1818
__version_info__ = _VersionInfo(
1919
major=3,
2020
minor=1,
21-
micro=1,
21+
micro=2,
2222
releaselevel="",
2323
serial=0, # Not currently in use with Bandersnatch versioning
2424
)

0 commit comments

Comments
 (0)