Skip to content

Commit

Permalink
Merge pull request ERGO-Code#1828 from ERGO-Code/latest
Browse files Browse the repository at this point in the history
Release: add v1.7.2
  • Loading branch information
galabovaa authored Jul 1, 2024
2 parents 846ba0e + 8ab10c5 commit 5ce7a27
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-nuget-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
Expand All @@ -228,5 +228,5 @@ jobs:
dotnet new console
rm Program.cs
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
dotnet add package Highs.Native -v 1.7.1 -s ${{runner.workspace}}\nugets
dotnet run
dotnet add package Highs.Native -v 1.7.2 -s ${{runner.workspace}}\nugets
dotnet run
6 changes: 3 additions & 3 deletions .github/workflows/test-nuget-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand All @@ -93,4 +93,4 @@ jobs:
dotnet add package Highs.Native -s ${{runner.workspace}}/nugets
dotnet run
6 changes: 3 additions & 3 deletions .github/workflows/test-nuget-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.7.1
run: dotnet pack -c Release /p:Version=1.7.2

- name: Add local feed
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
Expand All @@ -49,5 +49,5 @@ jobs:
dotnet new console
rm Program.cs
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
dotnet add package Highs.Native -v 1.7.1 -s ${{runner.workspace}}\nugets
dotnet run
dotnet add package Highs.Native -v 1.7.2 -s ${{runner.workspace}}\nugets
dotnet run
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "highs",
version = "1.7.1",
version = "1.7.2",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget
It can be added to your C# project with `dotnet`

```shell
dotnet add package Highs.Native --version 1.7.1
dotnet add package Highs.Native --version 1.7.2
```

The nuget package contains runtime libraries for
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HIGHS_MAJOR=1
HIGHS_MINOR=7
HIGHS_PATCH=1
HIGHS_PATCH=2
#PRE_RELEASE=YES
2 changes: 1 addition & 1 deletion docs/src/interfaces/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget
It can be added to your C# project with `dotnet`

```shell
dotnet add package Highs.Native --version 1.7.1
dotnet add package Highs.Native --version 1.7.2
```

The nuget package contains runtime libraries for
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('highs', 'cpp', 'c',
version : '1.7.1',
version : '1.7.2',
meson_version: '>= 1.1.0',
default_options : ['warning_level=1',
'cpp_std=c++17',
Expand Down
4 changes: 2 additions & 2 deletions nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget
It can be added to your C# project with `dotnet`

```shell
dotnet add package Highs.Native --version 1.7.1
dotnet add package Highs.Native --version 1.7.2
```

The nuget package contains runtime libraries for
Expand All @@ -33,4 +33,4 @@ Then, from `build/dotnet/Highs.Native`, run
dotnet pack -c Release /p:Version=$version
```

At the moment version is set manually.
At the moment version is set manually.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "highspy"
version = "1.7.1"
version = "1.7.2"
description = "A thin set of pybind11 wrappers to HiGHS"
authors = [{ name = "HiGHS developers", email = "[email protected]" }]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_highspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ def get_infeasible_model(self):

def test_version(self):
h = self.get_basic_model()
self.assertEqual(h.version(), "1.7.1")
self.assertEqual(h.version(), "1.7.2")
self.assertEqual(h.versionMajor(), 1)
self.assertEqual(h.versionMinor(), 7)
self.assertEqual(h.versionPatch(), 1)
self.assertEqual(h.versionPatch(), 2)

def test_basics(self):
h = self.get_basic_model()
Expand Down

0 comments on commit 5ce7a27

Please sign in to comment.