Skip to content

Commit

Permalink
Bump version for release v21.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Sep 6, 2021
1 parent 1e9f10e commit b1fb47b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Release notes
// -------------

### Unreleased
### v21.9.6

- Add ability to "archive" projects, from the Web UI, API and command line interface.
Data cleanup of the project's input, codebase, and output directories is available
Expand Down
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Django starts so that shared_task will use this app.
from scancodeio.celery import app as celery_app

__version__ = "21.8.2"
__version__ = "21.9.6"

SCAN_NOTICE = Path(__file__).resolve().parent.joinpath("scan.NOTICE").read_text()

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
skip = lib,migrations,bin,settings,data,Script,Lib,lib64,local,var,tmp,thirdparty

[bumpver]
current_version = "21.8.2"
current_version = "21.9.6"
version_pattern = "YY.MM.DD"

[bumpver:file_patterns]
setup.cfg = {version}
setup.cfg = current_version = "{version}"
scancodeio/__init__.py = {version}

0 comments on commit b1fb47b

Please sign in to comment.