diff --git a/crum/__init__.py b/crum/__init__.py index 0168dbf..09cc263 100644 --- a/crum/__init__.py +++ b/crum/__init__.py @@ -7,7 +7,7 @@ _logger = logging.getLogger('crum') -__version__ = '0.7.6' +__version__ = '0.7.7' __all__ = ['get_current_request', 'get_current_user', 'impersonate'] diff --git a/docs/conf.py b/docs/conf.py index 588cfcb..b0a6344 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.7.6' +version = '0.7.7' # The full version, including alpha/beta/rc tags. -release = '0.7.6' +release = '0.7.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index f72e112..713d86d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 0.7.6 +current_version = 0.7.7 tag = True tag_name = {new_version} @@ -111,4 +111,3 @@ testpaths = crum test_project norecursedirs = .git .tox build dist docs flake8-ignore = E501 addopts = --reuse-db --nomigrations --cache-clear --flake8 --cov crum --cov-append --cov-report term-missing -