You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ Backward incompatible (breaking) changes will only be introduced in major versio
13
13
14
14
.. towncrier release notes start
15
15
16
+
0.15.0 (2023-05-31)
17
+
===================
18
+
19
+
Improvements
20
+
------------
21
+
22
+
- `VirtualEnvConfig` now additionally accepts `pip_args` which is a list of strings to pass to `pip` when installing the virtualenv's requirements. (`#35 <https://github.com/s0undt3ch/python-tools-scripts/issues/35>`_)
0 commit comments