Skip to content

Commit

Permalink
Move version to 3.1.3 + Update CHANGES.md (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees authored Dec 26, 2018
1 parent a585602 commit b305ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## 3.1.3 (2018-12-26)

- Print help message when no arguments given to bandersnatch - Thanks **@GreatBahram**
- aiohttp >= 3.5.0 test and we no longer have `.netrc` error message

## 3.1.2 (2018-12-02)

- 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

## 3.1.1 (2018-11-25)

- Add missing `filelock` dependency to `setup.py` `Fixes #93`
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=2,
micro=3,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)
Expand Down

0 comments on commit b305ebb

Please sign in to comment.