You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bumpversion -h
Traceback (most recent call last):
File "/.../virtualenv/bumpversion.example/bin/bumpversion", line 8, in<module>
load_entry_point('bumpversion==0.3.0', 'console_scripts', 'bumpversion')()
File "/.../virtualenv/bumpversion.example/lib/python2.7/site-packages/bumpversion/__init__.py", line 226, in main
context=dict(list(prefixed_environ().items()) + list(vcs_info.items()))
File "/.../virtualenv/bumpversion.example/lib/python2.7/site-packages/bumpversion/__init__.py", line 148, in attempt_version_bump
assert bumped
AssertionError
This problem exists only in a directory under bump version (and git) control.
When I go one directory level up, everything is fine.
BACKGROUND INFO:
I created a virtualenv w/ bumpversion 0.2.1.
There I create a git repository to explore bumpversion.
Now I upgraded the virtualenv to version 0.3.0.
The text was updated successfully, but these errors were encountered:
VERSION: bumpversion 0.3.0
The new version hast the following problem:
This problem exists only in a directory under bump version (and git) control.
When I go one directory level up, everything is fine.
BACKGROUND INFO:
I created a virtualenv w/ bumpversion 0.2.1.
There I create a git repository to explore
bumpversion
.Now I upgraded the virtualenv to version 0.3.0.
The text was updated successfully, but these errors were encountered: