From 7529c2e1714005625d0888ac8664dacc66ea8a3c Mon Sep 17 00:00:00 2001
From: "R. S. Doiel"
Date: Wed, 4 Oct 2017 11:50:42 -0700
Subject: [PATCH] commiting to master
---
docs/csv2json.html | 2 +-
docs/csv2mdtable.html | 2 +-
docs/csv2xlsx.html | 2 +-
docs/csvcols.html | 2 +-
docs/csvfind.html | 2 +-
docs/csvjoin.html | 2 +-
docs/csvrows.html | 2 +-
docs/finddir.html | 2 +-
docs/findfile.html | 2 +-
docs/jsoncols.html | 2 +-
docs/jsonjoin.html | 2 +-
docs/jsonmunge.html | 2 +-
docs/jsonrange.html | 2 +-
docs/mergepath.html | 2 +-
docs/range.html | 2 +-
docs/reldate.html | 2 +-
docs/timefmt.html | 2 +-
docs/urlparse.html | 2 +-
docs/vcard2json.html | 2 +-
docs/xlsx2csv.html | 2 +-
docs/xlsx2json.html | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/docs/csv2json.html b/docs/csv2json.html
index d803913..c36a798 100644
--- a/docs/csv2json.html
+++ b/docs/csv2json.html
@@ -60,7 +60,7 @@ EXAMPLES
csv2json -as-blobs -i data1.csv
-csv2json v0.0.14
+csv2json v0.0.15
diff --git a/docs/csv2mdtable.html b/docs/csv2mdtable.html
index 9bb55e4..1c389fb 100644
--- a/docs/csv2mdtable.html
+++ b/docs/csv2mdtable.html
@@ -57,7 +57,7 @@ EXAMPLES
csv2mdtable -i data1.csv -o data1.md
-csv2mdtable v0.0.14
+csv2mdtable v0.0.15
diff --git a/docs/csv2xlsx.html b/docs/csv2xlsx.html
index aec15b1..9f4028f 100644
--- a/docs/csv2xlsx.html
+++ b/docs/csv2xlsx.html
@@ -59,7 +59,7 @@ EXAMPLE
This does the same but the contents of data.csv are piped into
the workbook’s sheet.
-csv2xlsx v0.0.14
+csv2xlsx v0.0.15
diff --git a/docs/csvcols.html b/docs/csvcols.html
index 6835ead..7c20eee 100644
--- a/docs/csvcols.html
+++ b/docs/csvcols.html
@@ -76,7 +76,7 @@ EXAMPLES
csvcols -i 10col.csv -col 1,4,6 > 3col.csv
-csvcols v0.0.14
+csvcols v0.0.15
diff --git a/docs/csvfind.html b/docs/csvfind.html
index 440365a..9bb3c85 100644
--- a/docs/csvfind.html
+++ b/docs/csvfind.html
@@ -82,7 +82,7 @@ EXAMPLES
csvfind -i books.csv -col=2 -contains "Red Book"
-csvfind v0.0.14
+csvfind v0.0.15
diff --git a/docs/csvjoin.html b/docs/csvjoin.html
index 12bc3a3..9e36727 100644
--- a/docs/csvjoin.html
+++ b/docs/csvjoin.html
@@ -72,7 +72,7 @@ EXAMPLES
-output=merged-data.csv
-csvjoin v0.0.14
+csvjoin v0.0.15
diff --git a/docs/csvrows.html b/docs/csvrows.html
index 1c161d4..1a288b0 100644
--- a/docs/csvrows.html
+++ b/docs/csvrows.html
@@ -77,7 +77,7 @@ EXAMPLES
csvrows -i 10row.csv -row 1,4,6 > 3rows.csv
-csvrows v0.0.14
+csvrows v0.0.15
diff --git a/docs/finddir.html b/docs/finddir.html
index 04d12b8..f076c9b 100644
--- a/docs/finddir.html
+++ b/docs/finddir.html
@@ -59,7 +59,7 @@ EXAMPLE
Find all subdirectories starting with “img”.
-finddir v0.0.14
+finddir v0.0.15
diff --git a/docs/findfile.html b/docs/findfile.html
index 11c74a8..b06c867 100644
--- a/docs/findfile.html
+++ b/docs/findfile.html
@@ -59,7 +59,7 @@ EXAMPLE
Search the current directory and subdirectories for Markdown files with extension of “.md”.
-findfile v0.0.14
+findfile v0.0.15
diff --git a/docs/jsoncols.html b/docs/jsoncols.html
index 2109f88..1067c1c 100644
--- a/docs/jsoncols.html
+++ b/docs/jsoncols.html
@@ -109,7 +109,7 @@ EXAMPLES
"Doe, Jane",jane.doe@xample.org,42
-jsoncols v0.0.14
+jsoncols v0.0.15
diff --git a/docs/jsonjoin.html b/docs/jsonjoin.html
index 5613ba1..d50949c 100644
--- a/docs/jsonjoin.html
+++ b/docs/jsonjoin.html
@@ -159,7 +159,7 @@ EXAMPLES
"bio": "World renowned geophysist." }
-jsonjoin v0.0.14
+jsonjoin v0.0.15
diff --git a/docs/jsonmunge.html b/docs/jsonmunge.html
index 0445a09..0b274d1 100644
--- a/docs/jsonmunge.html
+++ b/docs/jsonmunge.html
@@ -71,7 +71,7 @@ EXAMPLES
"Doe, Jane"
-jsonmunge v0.0.14
+jsonmunge v0.0.15
diff --git a/docs/jsonrange.html b/docs/jsonrange.html
index f9a2616..18ce904 100644
--- a/docs/jsonrange.html
+++ b/docs/jsonrange.html
@@ -160,7 +160,7 @@ EXAMPLES
2
-jsonrange v0.0.14
+jsonrange v0.0.15
diff --git a/docs/mergepath.html b/docs/mergepath.html
index 05a9cb4..4cad6ac 100644
--- a/docs/mergepath.html
+++ b/docs/mergepath.html
@@ -57,7 +57,7 @@ EXAMPLE
This would put your home bin directory at the beginning of your path.
-mergepath v0.0.14
+mergepath v0.0.15
diff --git a/docs/range.html b/docs/range.html
index bac0836..802d311 100644
--- a/docs/range.html
+++ b/docs/range.html
@@ -79,7 +79,7 @@ EXAMPLES
Yields a random integer from 0 to 10
-range v0.0.14
+range v0.0.15
diff --git a/docs/reldate.html b/docs/reldate.html
index f81b898..804e3e9 100644
--- a/docs/reldate.html
+++ b/docs/reldate.html
@@ -123,7 +123,7 @@ EXAMPLES
insensitive and can be the first three letters of the English names or full
English names (e.g. Monday, monday, Mon, mon).
-reldate v0.0.14
+reldate v0.0.15
diff --git a/docs/timefmt.html b/docs/timefmt.html
index 1f2b273..a6cce4b 100644
--- a/docs/timefmt.html
+++ b/docs/timefmt.html
@@ -64,7 +64,7 @@ EXAMPLES
Yields “02 Jul 16 08:08 UTC”
-timefmt v0.0.14
+timefmt v0.0.15
diff --git a/docs/urlparse.html b/docs/urlparse.html
index 6104543..8d561d0 100644
--- a/docs/urlparse.html
+++ b/docs/urlparse.html
@@ -88,7 +88,7 @@ EXAMPLE
Without options urlparse returns protocol, host and path
fields separated by a tab.
-urlparse v0.0.14
+urlparse v0.0.15
diff --git a/docs/vcard2json.html b/docs/vcard2json.html
index 4c38f53..05edfbb 100644
--- a/docs/vcard2json.html
+++ b/docs/vcard2json.html
@@ -55,7 +55,7 @@ EXAMPLES
vcard2json -i mv.cvf -o myVCard.json
-vcard2json v0.0.14
+vcard2json v0.0.15
diff --git a/docs/xlsx2csv.html b/docs/xlsx2csv.html
index 283e490..0000a82 100644
--- a/docs/xlsx2csv.html
+++ b/docs/xlsx2csv.html
@@ -66,7 +66,7 @@ EXAMPLE
done
-xlsx2csv v0.0.14
+xlsx2csv v0.0.15
diff --git a/docs/xlsx2json.html b/docs/xlsx2json.html
index 90ec850..e39fe9e 100644
--- a/docs/xlsx2json.html
+++ b/docs/xlsx2json.html
@@ -67,7 +67,7 @@ EXAMPLE
done
-xlsx2json v0.0.14
+xlsx2json v0.0.15