We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a4064 commit 903f7a4Copy full SHA for 903f7a4
CHANGES
@@ -22,6 +22,16 @@ $ pip install --user --upgrade --pre libvcs
22
23
- `run(cmd, ...)` is now `run(args, ...)` to match `Popen`'s convention.
24
25
+- {class}`libvcs.projects.base.BaseProject`:
26
+
27
+ - Removed `parent_dir`:
28
29
+ Before: `project.parent_dir`
30
31
+ After: `project.parent.dir`.
32
33
+ - `repo_name` switched from attribute to property
34
35
- {issue}`364`: Project classes no longer accept positional arguments. Per [PEP 570].
36
37
Deprecated in >=0.13:
0 commit comments