Skip to content

Commit

Permalink
Merge pull request #76 from Senzing/issue-2.dockter.2
Browse files Browse the repository at this point in the history
SenzingAPI 2.6.0
  • Loading branch information
docktermj authored Jun 8, 2021
2 parents 102df8a + b72bd09 commit da88650
Show file tree
Hide file tree
Showing 19 changed files with 1,661 additions and 1,951 deletions.
4 changes: 2 additions & 2 deletions bin/05-commit-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

```console
git status
git commit -a -m "#3 2.5.0"
git commit -a -m "#3 2.6.0"
git push
git status
```

3. Create pull request with the following title:

```console
Shipped with SenzingAPI 2.5.0
Shipped with SenzingAPI 2.6.0
```

4. Pull request, but do not delete branch
Expand Down
14 changes: 7 additions & 7 deletions bin/07-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ SUBMODULES=(
"compressedfile;1.3.0;CompressedFile.py"
"dumpstack;1.0.0;DumpStack.py"
"g2audit;1.9.0;G2Audit.py"
"g2command;1.17.0;G2Command.py"
"g2command;1.18.0;G2Command.py"
"g2config;1.10.0;G2Config.py"
"g2configmgr;1.5.0;G2ConfigMgr.py"
"g2configtables;1.6.0;G2ConfigTables.py"
"g2configtool;1.15.0;G2ConfigTool.py"
"g2configtool;1.15.0;G2ConfigTool.readme"
"g2configtables;1.7.0;G2ConfigTables.py"
"g2configtool;1.16.0;G2ConfigTool.py"
"g2configtool;1.16.0;G2ConfigTool.readme"
"g2createproject;1.8.0;G2CreateProject.py"
"g2database;1.7.0;G2Database.py"
"g2diagnostic;1.9.0;G2Diagnostic.py"
"g2engine;1.15.0;G2Engine.py"
"g2exception;1.2.0;G2Exception.py"
"g2explorer;1.4.0;G2Explorer.py"
"g2explorer;1.5.0;G2Explorer.py"
"g2export;1.13.0;G2Export.py"
"g2health;1.1.0;G2Health.py"
"g2hasher;1.5.0;G2Hasher.py"
"g2iniparams;1.1.0;G2IniParams.py"
"g2loader;1.18.0;G2Loader.py"
"g2loader;1.19.0;G2Loader.py"
"g2paths;1.3.0;G2Paths.py"
"g2product;1.6.0;G2Product.py"
"g2project;1.11.0;G2Project.py"
"g2project;1.12.0;G2Project.py"
"g2s3;1.0.0;G2S3.py"
"g2setupconfig;1.2.0;G2SetupConfig.py"
"g2snapshot;1.1.0;G2Snapshot.py"
Expand Down
2 changes: 1 addition & 1 deletion bin/13-create-g2-python-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In https://github.com/Senzing/g2-python:
1. Create a Pull Request with the title:

```console
SenzingAPI 2.5.0
SenzingAPI 2.6.0
```

2. Create a new version that matches SenzingAPI version
Expand Down
Loading

0 comments on commit da88650

Please sign in to comment.