Skip to content

Commit

Permalink
Prepare v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Oct 27, 2024
1 parent c73ab2e commit 9e32bad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
python-version: '3.13'

- uses: actions/cache@v.
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[1.1.2] - 2024-10-27
--------------------

Addded
^^^^^^

* Support for Python 3.13.
* Support for Numpy 2.


[1.1.1] - 2023-10-20
--------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.1.1"
release = "1.1.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = "MIT"
name = "goppy"
readme = "README.rst"
repository = "https://github.com/jgosmann/goppy"
version = "1.1.1" # also update in doc/conf.py
version = "1.1.2" # also update in doc/conf.py

[tool.poetry.dependencies]
numpy = ">=1.26.0,<3"
Expand Down

0 comments on commit 9e32bad

Please sign in to comment.