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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,18 @@ Backward incompatible (breaking) changes will only be introduced in major versio
13
13
14
14
.. towncrier release notes start
15
15
16
+
0.10.0 (2023-01-27)
17
+
===================
18
+
19
+
Features
20
+
--------
21
+
22
+
- Add `virtualenv` support.
23
+
24
+
Any python requirements that must be imported in the tools scripts cannot use this virtualenv support.
25
+
This support is for when shelling out to binaries/scripts that get installed with the requirements. (`#13 <https://github.com/s0undt3ch/python-tools-scripts/issues/13>`_)
0 commit comments