Skip to content

Commit a469d84

Browse files
committed
1.6.1
1 parent 47aec96 commit a469d84

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Datahub-Factory
22

33
{{$NEXT}}
44

5+
1.6.1 2017-09-04 09:11:34 CEST
6+
57
- Fixed: faulty references to deprecated Datahub::Factory::PipelineConfig.
68

79
1.6 2017-08-29 17:00:28 CEST

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
"web" : "https://github.com/thedatahub/Datahub-Factory"
8686
}
8787
},
88-
"version" : "1.6",
88+
"version" : "1.6.1",
8989
"x_contributors" : [
9090
"Matthias Vandermaesen <matthias@colada.be>",
9191
"Pieter De Praetere <pieter.de.praetere@helptux.be>",
9292
"Yogendra Sharma <eh.yogendra@gmail.com>"
9393
],
94-
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0237"
94+
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
9595
}
9696

lib/Datahub/Factory.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Datahub::Factory;
22

3-
our $VERSION = '1.6';
3+
our $VERSION = '1.6.1';
44

55
use Datahub::Factory::Sane;
66

0 commit comments

Comments
 (0)