Skip to content

Commit

Permalink
Move version to 6.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 26, 2023
1 parent 28d63fd commit ad8e69c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 6.4.0 (Unreleased)
# 6.4.0

- Move JSON Simple API to version 1.1 (as per PEP700) `PR #1557`
- Move to >= 3.10 project `PR #1457`
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 = 6.4.0.dev0
version = 6.4.0

[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 @@ -22,7 +22,7 @@ def version_str(self) -> str:
major=6,
minor=4,
micro=0,
releaselevel="dev0",
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)
__version__ = __version_info__.version_str

0 comments on commit ad8e69c

Please sign in to comment.