diff --git a/package.json b/package.json index bf34ea220..0be82ad36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpp-iplweb", - "version": "v201909.0002-alpha", + "version": "v201910.0003-alpha", "devDependencies": { "grunt": "^1.0.2", "grunt-contrib-qunit": "^2.0.0", diff --git a/setup.cfg b/setup.cfg index 08813b81e..254aaef3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ exclude = docs [pycalver] -current_version = "v201909.0002-alpha" +current_version = "v201910.0003-alpha" version_pattern = "{pycalver}" commit = True tag = True diff --git a/setup.py b/setup.py index 454e8a6f5..c459729c9 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def requirements(fn="requirements.txt"): setup( name='bpp-iplweb', - version="201909.2a0", + version="201910.3a0", description="System informatyczny do zarządzania bibliografią publikacji pracowników naukowych", long_description=readme, long_description_content_type='text/x-rst', diff --git a/src/django_bpp/version.py b/src/django_bpp/version.py index de10673e5..bdbd525b7 100644 --- a/src/django_bpp/version.py +++ b/src/django_bpp/version.py @@ -1,4 +1,4 @@ -VERSION = "201909.2a0" +VERSION = "201910.3a0" if __name__ == "__main__": import sys