Skip to content

Commit

Permalink
Trying for 0.4.4
Browse files Browse the repository at this point in the history
Issue with config files and lambda remained.  Trying another method to
work with it.
  • Loading branch information
OpenDataAlex committed Jun 24, 2019
1 parent 0be2f1c commit db25a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbscripts/mysql_process_tracker_defaults.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ INSERT INTO process_tracker.error_type_lkup (error_type_id, error_type_name) VAL
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Extract');
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Load');

INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.3');
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.4');
2 changes: 1 addition & 1 deletion dbscripts/postgresql_process_tracker_defaults.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ INSERT INTO process_tracker.error_type_lkup (error_type_id, error_type_name) VAL
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Extract');
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Load');

INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.3');
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.4');
2 changes: 1 addition & 1 deletion process_tracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from process_tracker.extract_tracker import ExtractTracker
from process_tracker.process_tracker import ProcessTracker

__version__ = "0.4.3"
__version__ = "0.4.4"

0 comments on commit db25a4a

Please sign in to comment.