Skip to content

Commit 1dea51d

Browse files
committed
MAINT: Release 1.5.1 [circle deploy]
1 parent 209595b commit 1dea51d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changes/1.5.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
.. _changes_1_5_1:
2020

21-
Version 1.5.1 (unreleased)
21+
Version 1.5.1 (2023-09-06)
2222
--------------------------
2323

2424
Bugs

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup
1010

1111
if "SETUPTOOLS_SCM_PRETEND_VERSION" not in os.environ:
12-
os.environ["SETUPTOOLS_SCM_PRETEND_VERSION"] = "1.5.0"
12+
os.environ["SETUPTOOLS_SCM_PRETEND_VERSION"] = "1.5.1"
1313

1414

1515
def parse_requirements_file(fname):

0 commit comments

Comments
 (0)