Skip to content

Commit 1680481

Browse files
author
Jenkins
committed
Release version v0.7.86
Metacello new baseline: 'GToolkit4Python'; repository: 'github://feenkcom/gt4python:v0.7.86/src'; load
1 parent e440c7d commit 1680481

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.baseline-metadata.ston

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repositories" : {
3-
"github://feenkcom/gtoolkit-world/src" : "v0.7.85",
4-
"github://feenkcom/gt4lsp/src" : "v0.7.38"
3+
"github://feenkcom/gtoolkit-world/src" : "v0.7.86",
4+
"github://feenkcom/gt4lsp/src" : "v0.7.39"
55
}
66
}

src/BaselineOfGToolkit4Python/BaselineOfGToolkit4Python.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ BaselineOfGToolkit4Python >> baseline: spec [
1010
spec for: #'common' do: [
1111
spec
1212
baseline: 'GToolkitWorld' with: [
13-
spec repository: 'github://feenkcom/gtoolkit-world:v0.7.85/src' ].
13+
spec repository: 'github://feenkcom/gtoolkit-world:v0.7.86/src' ].
1414
spec
1515
baseline: 'GToolkit4LSP' with: [
16-
spec repository: 'github://feenkcom/gt4lsp:v0.7.38/src' ].
16+
spec repository: 'github://feenkcom/gt4lsp:v0.7.39/src' ].
1717

1818
spec package: 'GToolkit4Python' with: [
1919
spec requires: #(#GToolkit4LSP #GToolkitWorld) ].

0 commit comments

Comments
 (0)