Skip to content

Commit

Permalink
Trying for 0.4.5
Browse files Browse the repository at this point in the history
Forgot to change version number
  • Loading branch information
OpenDataAlex committed Jun 24, 2019
1 parent 4aec165 commit ba9d7e2
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.4');
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.5');
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.4');
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.4.5');
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.4"
__version__ = "0.4.5"

0 comments on commit ba9d7e2

Please sign in to comment.