Skip to content

Commit eee898b

Browse files
committed
Release 0.33: Support for pushing between repositories
1 parent 6be98a9 commit eee898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcs_repo_mgr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
)
111111

112112
# Semi-standard module versioning.
113-
__version__ = '0.32.1'
113+
__version__ = '0.33'
114114

115115
USER_CONFIG_FILE = os.path.expanduser('~/.vcs-repo-mgr.ini')
116116
"""The absolute pathname of the user-specific configuration file (a string)."""

0 commit comments

Comments
 (0)