Skip to content

Commit

Permalink
bump version to v202003.0027
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Mar 23, 2020
1 parent e068fe2 commit 7942806
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": "v202003.0026",
"version": "v202003.0027",
"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 = "v202003.0026"
current_version = "v202003.0027"
version_pattern = "{pycalver}"
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@ def requirements(fn="requirements.txt"):

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

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

0 comments on commit 7942806

Please sign in to comment.