Skip to content

Commit cdd103d

Browse files
committed
pre-bump version updates
1 parent 2c94ba7 commit cdd103d

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

.github/workflows/python-install-and-test-on-linux-always.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.10", "3.11", "3.12", "3.13"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/python-package-install-macos-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/python-package-install-windows-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes - from version >= 1.x
22
=============================
33

4-
2025-11-1
4+
2025-11-23
55
----------
66

77
**version 1.2.0**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Pyinterpolate
99

10-
**version 1.1.0**
10+
**version 1.2.0**
1111

1212
![Logo](https://raw.githubusercontent.com/DataverseLabs/pyinterpolate/refs/heads/main/pyinterpolate-banner.png)
1313

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = 'pyinterpolate'
2323
copyright = '2025, Szymon Moliński'
2424
author = 'Szymon Moliński'
25-
release = '1.1.0'
25+
release = '1.2.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Pyinterpolate
1010
:width: 400
1111
:alt: Pyinterpolate Logo
1212

13-
**version 1.1.0**
13+
**version 1.2.0**
1414
-----------------
1515

1616
.. note::
17-
The last documentation update: *2025-11-08*
17+
The last documentation update: *2025-11-23*
1818

1919
Important notice
2020
................

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyinterpolate"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
authors = [
99
{name = "Szymon Moliński", email = "[email protected]"},
1010
]
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"License :: OSI Approved :: MIT License",
2223
"Operating System :: OS Independent"
2324
]

0 commit comments

Comments
 (0)