Skip to content

Commit 4015fab

Browse files
committed
version 2.0.14.0-20250215
1 parent 72b09fb commit 4015fab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: r-lib/actions/setup-r@v2
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: "3.9"
12+
python-version: "3.12"
1313
- run: |
1414
set -ex
1515
python updatelib.py
@@ -40,7 +40,7 @@ jobs:
4040
- uses: r-lib/actions/setup-r@v2
4141
- uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.9"
43+
python-version: "3.12"
4444
- uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: drop

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rAMPL
22
Title: AMPL API for R
3-
Version: 2.0.13.0-20241012
3+
Version: 2.0.14.0-20250215
44
Author: Filipe Brandao
55
Maintainer: Filipe Brandão <fdabrandao@ampl.com>
66
Description: AMPL API for R.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = "2.0"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "2.0.13.0-20241012"
57+
release = "2.0.14.0-20250215"
5858

5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)