Skip to content

Commit db5b49a

Browse files
committed
Increment version to 1.0.3
1 parent 6b0f5eb commit db5b49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/howto.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ E.g. the following code will *NOT* give reproducible results between the origina
216216
217217
There is another issue where constraints added to the original may affect the copy, and vice versa. This is obviously not a good thing.
218218

219-
Therefore, **the user is recommended not to use ``copy.deepcopy`` with globally-seeded instances of ``RandObj``**.
219+
Therefore, **the user is recommended not to use** ``copy.deepcopy`` **with globally-seeded instances of** ``RandObj``.
220220

221221
To fix this issue, ``RandObj`` would need to implement its own ``__deepcopy__`` method. This can be done as and when this behaviour is required by users and the workaround of using object-based seeding is not acceptable.
222222

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "constrainedrandom"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "A library for creating and solving constrained randomization problems"
99
readme = "README.md"
1010
requires-python = ">=3.8.3"

0 commit comments

Comments
 (0)