Skip to content

Commit

Permalink
Move version to 3.1.2 + Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Dec 3, 2018
1 parent e480bde commit 2754317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 3.1.1 (2018-11-25)
## 3.1.2 (2018-12-02)

- Add missing `filelock` dependency to `setup.py` `Fixes #93`
- Load default config or passed in config file only *(not both)* - `Fixes #95` - Thanks **@GreatBahram**
- Add `--force-check` to mirror to enable full PyPI Syncs - `Fixes #97` - Thanks **@GreatBahram**

### Known Bugs

- `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
- `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

## 3.1.1 (2018-11-25)

- Add missing `filelock` dependency to `setup.py` `Fixes #93`

## 3.1.0 (2018-11-25)

Expand Down
2 changes: 1 addition & 1 deletion src/bandersnatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def version_str(self) -> str:
__version_info__ = _VersionInfo(
major=3,
minor=1,
micro=1,
micro=2,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)
Expand Down

0 comments on commit 2754317

Please sign in to comment.