Skip to content

Commit

Permalink
bump version to v202101.0053
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jan 3, 2021
1 parent f4aa05a commit fd4d44a
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": "v202101.0052",
"version": "v202101.0053",
"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

[pycalver]
current_version = "v202101.0052"
current_version = "v202101.0053"
version_pattern = "{pycalver}"
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -63,7 +63,7 @@ def requirements(fn="requirements.txt"):

setup(
name="bpp-iplweb",
version="202101.52",
version="202101.53",
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 = "202101.52"
VERSION = "202101.53"

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

0 comments on commit fd4d44a

Please sign in to comment.