Skip to content

Commit

Permalink
Release 3.0: Raise exception when working tree required but missing*
Browse files Browse the repository at this point in the history
This release contains a number of minor changes and one bigger change
that is technically backwards incompatible, although I don't expect it
to bite any real life use cases. Anyway, refer to the relevant commit
for more details: 7511246.
  • Loading branch information
xolox committed Mar 5, 2018
1 parent 7511246 commit f72b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcs_repo_mgr/__init__.py
Expand Up @@ -111,7 +111,7 @@
)

# Semi-standard module versioning.
__version__ = '2.0.1'
__version__ = '3.0'

USER_CONFIG_FILE = '~/.vcs-repo-mgr.ini'
"""The location of the user-specific configuration file (a string, parsed using :func:`.parse_path()`)."""
Expand Down

0 comments on commit f72b61e

Please sign in to comment.