Skip to content

Commit f1be0dc

Browse files
committed
all changes for v1.11.1
1 parent 2cb37e7 commit f1be0dc

File tree

7 files changed

+1281
-1189
lines changed

7 files changed

+1281
-1189
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ["3.13"]
29+
python-version: ["3.14"]
3030
os: [ubuntu-latest, macos-latest, windows-latest]
3131
install-via: [pip]
3232
arch: [x64]
3333
include:
34-
- python-version: "3.13"
34+
- python-version: "3.14"
3535
os: macos-latest
3636
install-via: pip
3737
arch: arm64

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ keywords:
2828
- sequences
2929

3030
license: GPLv3
31-
version: 1.11.0
32-
date-released: 2026-01-09
31+
version: 1.11.1
32+
date-released: 2026-03-03

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ pdm install -v --dev --no-editable --no-self
8888

8989
## CI `circle-play`
9090

91-
The main CI workflows are defined in the [CI YML](https://github.com/sr-murthy/continuedfractions/blob/main/.github/workflows/ci.yml)
92-
and the [CodeQL Analysis YML](https://github.com/sr-murthy/continuedfractions/blob/main/.github/workflows/codeql-analysis.yml).
91+
The main CI workflow is [CI YML](https://github.com/sr-murthy/continuedfractions/blob/main/.github/workflows/ci.yml), and there is also a static [CodeQL Analysis YML](https://github.com/sr-murthy/continuedfractions/blob/main/.github/workflows/codeql-analysis.yml).
9392

9493
## Versioning and Releases `upload`
9594

96-
The latest release is `1.10.0`, and releases are created, tagged and published manually, not via a workflow.
95+
The latest release is `1.11.1`, and releases are created, tagged and published manually, not via a workflow.

docs/requirements.txt

Lines changed: 566 additions & 533 deletions
Large diffs are not rendered by default.

pdm.lock

Lines changed: 706 additions & 647 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ keywords = [
4848

4949
classifiers = [
5050
"Environment :: Console",
51-
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
51+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
5252
"Programming Language :: Python :: 3",
5353
"Programming Language :: Python :: 3.10",
5454
"Programming Language :: Python :: 3.11",
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
57+
"Programming Language :: Python :: 3.14",
5758
"Development Status :: 5 - Production/Stable",
5859
"Operating System :: POSIX :: Linux",
5960
"Operating System :: MacOS",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.0"
1+
__version__ = "1.11.1"

0 commit comments

Comments
 (0)