Skip to content

Commit b2a1cf2

Browse files
committed
bump
1 parent 8416603 commit b2a1cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datapackage_pipelines_migdar/flows/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
PUBLICATIONS_PAGE_TITLE_PATTERN = '{title}'
1111

1212
today = datetime.date.today().isocalendar()
13-
BUMP = 6
13+
BUMP = 7
1414
REVISION = today[0] * 100 + today[1] + BUMP
1515
print('REVISION is {}'.format(REVISION))

0 commit comments

Comments
 (0)