File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 111
111
)
112
112
113
113
# Semi-standard module versioning.
114
- __version__ = '4.1.2 '
114
+ __version__ = '4.1.3 '
115
115
116
116
USER_CONFIG_FILE = '~/.vcs-repo-mgr.ini'
117
117
"""The location of the user-specific configuration file (a string, parsed using :func:`.parse_path()`)."""
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ def test_export(self):
593
593
with TemporaryDirectory () as directory :
594
594
# Change the current working directory to our temporary directory
595
595
# so that we can give a relative pathname to export(). This is a
596
- # regression test for a bug to be fixed in vcs-repo-mgr 4.1.3.
596
+ # regression test for a bug that was fixed in vcs-repo-mgr 4.1.3.
597
597
os .chdir (directory )
598
598
# Initialize a repository object of the parametrized type.
599
599
repository = self .get_instance (bare = False , local = os .path .join (directory , 'repo' ))
You can’t perform that action at this time.
0 commit comments