Skip to content

Commit

Permalink
bump version v202108.1077-beta -> v202108.1077-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Aug 27, 2021
1 parent 01c6e4b commit 8fff6e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bpp-iplweb",
"version": "v202108.1077-beta",
"version": "v202108.1077-rc",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-qunit": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@ max-complexity = 10
ignore = E231,W503,C901,E402,E203

[bumpver]
current_version = "v202108.1077-beta"
current_version = "v202108.1077-rc"
version_pattern = "vYYYY0M.BUILD[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def requirements(fn="requirements.txt"):

setup(
name="bpp-iplweb",
version="202108.1077b0",
version="202108.1077rc0",
description="System informatyczny do zarządzania bibliografią publikacji pracowników naukowych",
long_description=readme,
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/django_bpp/version.py
@@ -1,4 +1,4 @@
VERSION = "202108.1077b0"
VERSION = "202108.1077rc0"

if __name__ == "__main__":
import sys
Expand Down

0 comments on commit 8fff6e1

Please sign in to comment.