Skip to content

Commit

Permalink
bump version to v201910.0003-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 3, 2019
1 parent 70e79f0 commit cb346d2
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": "v201909.0002-alpha",
"version": "v201910.0003-alpha",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-qunit": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -2,7 +2,7 @@
exclude = docs

[pycalver]
current_version = "v201909.0002-alpha"
current_version = "v201910.0003-alpha"
version_pattern = "{pycalver}"
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/django_bpp/version.py
@@ -1,4 +1,4 @@
VERSION = "201909.2a0"
VERSION = "201910.3a0"

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

0 comments on commit cb346d2

Please sign in to comment.