Skip to content

Commit

Permalink
Update version + CHANGES.md for 5.1.1 release (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees authored Dec 15, 2021
1 parent 87eb294 commit 6c6dc46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# 5.X.X (XXXX-XX-XX)
# 5.1.1 (2021-12-14)

## Bug fixes

- Fix debug output for package changes at end of mirror operation `PR #1066` -- Thanks **forky2**

## Other

- Update lots of dependency version pins
- Fix documentation build CI

# 5.1.0 (2021-11-02)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project_urls =
Source Code = https://github.com/pypa/bandersnatch
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
url = https://github.com/pypa/bandersnatch/
version = 5.1.0
version = 5.1.1

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

0 comments on commit 6c6dc46

Please sign in to comment.