Skip to content

Commit b305ebb

Browse files
authored
Move version to 3.1.3 + Update CHANGES.md (#118)
1 parent a585602 commit b305ebb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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`

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=2,
21+
micro=3,
2222
releaselevel="",
2323
serial=0, # Not currently in use with Bandersnatch versioning
2424
)

0 commit comments

Comments
 (0)