Skip to content

Commit

Permalink
Release 1.0: Major rewrite (named remotes, selective pushing, init su…
Browse files Browse the repository at this point in the history
…pport, etc)

Refer to 8a23b9d
for a description of changes in this release.
  • Loading branch information
xolox committed Jul 2, 2017
1 parent aeb0d42 commit cdc0c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcs_repo_mgr/__init__.py
@@ -1,7 +1,7 @@
# Version control system repository manager.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: July 2, 2017
# Last Change: July 3, 2017
# URL: https://github.com/xolox/python-vcs-repo-mgr

"""
Expand Down Expand Up @@ -110,7 +110,7 @@
)

# Semi-standard module versioning.
__version__ = '0.34'
__version__ = '1.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 cdc0c30

Please sign in to comment.