Skip to content

Commit a3ecec3

Browse files
authored
Merge pull request #52 from epfl-lts2/release/0.6.1
release 0.6.1
2 parents 4ceff50 + 4d3216b commit a3ecec3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog <https://keepachangelog.com>`_
77
and this project adheres to `Semantic Versioning <https://semver.org>`_.
88

9-
0.6.0 (2025-09-10)
9+
0.6.1 (2025-09-10)
1010
------------------
1111

1212
* New functions: :class:`~pyunlocbox.functions.proj_lineq`,

pyproject.toml

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

55
[project]
66
name = "pyunlocbox"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "Convex Optimization in Python using Proximal Splitting"
99
readme = "README.rst"
1010
license = {text = "BSD"}

pyunlocbox/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from pyunlocbox import operators # noqa: F401
2121
from pyunlocbox import solvers # noqa: F401
2222

23-
__version__ = "0.6.0"
24-
__release_date__ = "2017-12-15"
23+
__version__ = "0.6.1"
24+
__release_date__ = "2025-09-11"
2525

2626

2727
def test(): # pragma: no cover

0 commit comments

Comments
 (0)