Skip to content

Commit 9af0344

Browse files
committed
Release 0.6.14
1 parent 0df90b4 commit 9af0344

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conanfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ConanSlmPackage(ConanFile):
2222
package_id_non_embed_mode = "unrelated_mode"
2323
package_id_python_mode = "unrelated_mode"
2424
package_type = "application"
25-
python_requires = "lbstanzagenerator_pyreq/0.6.12"
25+
python_requires = "lbstanzagenerator_pyreq/0.6.13"
2626
#python_requires = "lbstanzagenerator_pyreq/[>=0.6 <1.0]"
2727

2828
# Binary configuration
@@ -128,7 +128,7 @@ def build_requirements(self):
128128

129129
# use stanza provided by conan
130130
self.tool_requires("lbstanza/[>=0.18.78 <1.0]")
131-
self.tool_requires("slm/0.6.12")
131+
self.tool_requires("slm/0.6.13")
132132

133133
# use cmake and ninja provided by conan
134134
# necessary if compiling non-stanza dependencies

slm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "slm"
2-
version = "0.6.13"
2+
version = "0.6.14"
33

44
# note that the slm bootstrap.py script doesn't recursively resolve dependencies
55
# so define a flat list of all required dependencies here

slm_builder/conan_lbstanza_generator/conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class LBStanzaGeneratorPyReq(ConanFile):
1414
name = "lbstanzagenerator_pyreq"
15-
version = "0.6.13"
15+
version = "0.6.14"
1616
package_type = "python-require"
1717

1818
# LBStanza Generator class

0 commit comments

Comments
 (0)