There was an error while loading. Please reload this page.
1 parent 8416603 commit b2a1cf2Copy full SHA for b2a1cf2
1 file changed
datapackage_pipelines_migdar/flows/constants.py
@@ -10,6 +10,6 @@
10
PUBLICATIONS_PAGE_TITLE_PATTERN = '{title}'
11
12
today = datetime.date.today().isocalendar()
13
-BUMP = 6
+BUMP = 7
14
REVISION = today[0] * 100 + today[1] + BUMP
15
print('REVISION is {}'.format(REVISION))
0 commit comments