Skip to content

Commit 923554a

Browse files
committed
Upping version for new tagged release
Updating version number for 2.0 beta.
1 parent 4aceeef commit 923554a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
v0.0.1, 2019-05-17 -- Initial beta release.
1+
v0.1.0, 2019-05-17 -- Initial beta release.
2+
v0.1.6, 2019-06-01 -- Second beta release. See https://github.com/OpenDataAlex/process_tracker_python/projects/2
3+
v0.2.0, 2019-06-08 -- Third beta release. See https://github.com/OpenDataAlex/process_tracker_python/projects/3

dbscripts/mysql_process_tracker_defaults.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ INSERT INTO process_tracker.error_type_lkup (error_type_id, error_type_name) VAL
1919
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Extract');
2020
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Load');
2121

22-
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.1.0');
22+
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.2.0');

0 commit comments

Comments
 (0)