Skip to content

Commit

Permalink
Bump version: 2019.03.18 → 2019.03.25
Browse files Browse the repository at this point in the history
  • Loading branch information
manycoding committed Mar 26, 2019
1 parent 697883b commit b947610
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2019.03.18
current_version = 2019.03.25
commit = True
tag = True
parse = (?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)
Expand All @@ -10,3 +10,4 @@ serialize = {major}.{minor}.{patch}
[bumpversion:file:src/arche/__init__.py]

[bumpversion:file:docs/source/conf.py]

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
copyright = f"2018-{datetime.now().year}, Arche developers"
author = "Arche developers"

version = "2019.03.18"
version = "2019.03.25"
# The short X.Y version
version = version
# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
version = 2019.03.18
version = 2019.03.25
2 changes: 1 addition & 1 deletion src/arche/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "2019.03.18"
__version__ = "2019.03.25"
SH_URL = "https://app.scrapinghub.com/p" # noqa

from arche.arche import Arche
Expand Down

0 comments on commit b947610

Please sign in to comment.