Skip to content

Commit

Permalink
Bump version number to 20191202.01 for prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
marked committed Dec 3, 2019
1 parent 28c1175 commit 8299d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20191123.00'
VERSION = '20191202.01'
USER_AGENT = 'ArchiveTeam'
TRACKER_ID = 'yahoo-groups-api'
# TRACKER_HOST = 'tracker.archiveteam.org' #prod-env
Expand Down
2 changes: 1 addition & 1 deletion yahoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# WARC metadata params

WARC_META_PARAMS = OrderedDict([('software', 'yahoo-group-archiver'),
('version','20191123.00'),
('version','20191202.01'),
('format', 'WARC File Format 1.0'),
('command-arguments', ' '.join(sys.argv))
])
Expand Down

0 comments on commit 8299d11

Please sign in to comment.