Skip to content

Commit 9821b18

Browse files
author
R. S. Doiel
committed
commiting to main
1 parent 55fe3e8 commit 9821b18

File tree

97 files changed

+140
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+140
-140
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ maintainers:
1515
orcid: "https://orcid.org/0000-0003-0900-6903"
1616

1717
repository-code: "https://github.com/caltechlibrary/datatools"
18-
version: 1.2.9
18+
version: 1.2.10
1919
license-url: "https://data.caltech.edu/license"
2020
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]

INSTALL.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,37 +59,37 @@ <h2 id="compiled-version">Compiled version</h2>
5959
</blockquote>
6060
<table>
6161
<thead>
62-
<tr>
62+
<tr class="header">
6363
<th>Platform</th>
6464
<th>Zip Filename</th>
6565
</tr>
6666
</thead>
6767
<tbody>
68-
<tr>
68+
<tr class="odd">
6969
<td>Windows</td>
7070
<td>datatools-VERSION_NUMBER-Windows-x86_64.zip</td>
7171
</tr>
72-
<tr>
72+
<tr class="even">
7373
<td>Windows</td>
7474
<td>datatools-VERSION_NUMBER-Windows-arm64.zip</td>
7575
</tr>
76-
<tr>
76+
<tr class="odd">
7777
<td>Mac OS X</td>
7878
<td>datatools-VERSION_NUMBER-macOS-x86_64.zip</td>
7979
</tr>
80-
<tr>
80+
<tr class="even">
8181
<td>Mac OS X</td>
8282
<td>datatools-VERSION_NUMBER-macOS-arm64.zip</td>
8383
</tr>
84-
<tr>
84+
<tr class="odd">
8585
<td>Linux/Intel</td>
8686
<td>datatools-VERSION_NUMBER-Linux-x86_64.zip</td>
8787
</tr>
88-
<tr>
88+
<tr class="even">
8989
<td>Linux/ARM 64</td>
9090
<td>datatools-VERSION_NUMBER-Linux-aarch64.zip</td>
9191
</tr>
92-
<tr>
92+
<tr class="odd">
9393
<td>Raspbery Pi OS</td>
9494
<td>datatools-VERSION_NUMBER-RaspberryPiOS-arm7.zip</td>
9595
</tr>

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<section>
2727
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="datatools-1.2.9">datatools 1.2.9</h2>
28+
<h2 id="datatools-1.2.10">datatools 1.2.10</h2>
2929
<h3 id="authors">Authors</h3>
3030
<ul>
3131
<li>R. S. Doiel</li>

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
orcid: "https://orcid.org/0000-0003-0900-6903"
1212

1313
repository-code: "https://github.com/caltechlibrary/datatools"
14-
version: 1.2.9
14+
version: 1.2.10
1515
license-url: "https://data.caltech.edu/license"
1616
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
1717

@@ -20,7 +20,7 @@ keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
2020
About this software
2121
===================
2222

23-
## datatools 1.2.9
23+
## datatools 1.2.10
2424

2525
### Authors
2626

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "https://data.caltech.edu/license",
55
"codeRepository": "https://github.com/caltechlibrary/datatools",
66
"dateCreated": "2017-02-06",
7-
"dateRelease": "2024-08-25",
8-
"dateModified": "2024-08-25",
7+
"dateRelease": "2024-08-26",
8+
"dateModified": "2024-08-26",
99
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
1010
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
1111
"name": "datatools",

codemeta2cff.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%codemeta2cff(1) user manual | version 1.2.9 89f7b4d
1+
%codemeta2cff(1) user manual | version 1.2.10 55fe3e8
22
% R. S. Doiel
3-
% 2024-08-25
3+
% 2024-08-26
44

55
# NAME
66

csv2json.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%csv2json(1) user manual | version 1.2.9 89f7b4d
1+
%csv2json(1) user manual | version 1.2.10 55fe3e8
22
% R. S. Doiel
3-
% 2024-08-25
3+
% 2024-08-26
44

55
# NAME
66

csv2mdtable.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 id="examples">EXAMPLES</h1>
7979
<pre><code> cat data1.csv | csv2mdtable &gt; data1.md</code></pre>
8080
<p>Convert data1.csv to data1.md using options.</p>
8181
<pre><code> csv2mdtable -i data1.csv -o data1.md</code></pre>
82-
<p>csv2mdtable 1.2.9</p>
82+
<p>csv2mdtable 1.2.10</p>
8383
</section>
8484

8585
<footer>

csv2mdtable.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%csv2mdtable(1) user manual | version 1.2.9 89f7b4d
1+
%csv2mdtable(1) user manual | version 1.2.10 55fe3e8
22
% R. S. Doiel
3-
% 2024-08-25
3+
% 2024-08-26
44

55
# NAME
66

@@ -62,6 +62,6 @@ Convert data1.csv to data1.md using options.
6262
csv2mdtable -i data1.csv -o data1.md
6363
~~~
6464

65-
csv2mdtable 1.2.9
65+
csv2mdtable 1.2.10
6666

6767

csv2tab.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 id="examples">EXAMPLES</h1>
5656
<p>This would yield</p>
5757
<pre><code> name email age
5858
Doe, Jane [email protected] 42</code></pre>
59-
<p>csv2tab 1.2.9</p>
59+
<p>csv2tab 1.2.10</p>
6060
</section>
6161

6262
<footer>

0 commit comments

Comments
 (0)