Skip to content

Commit

Permalink
Bump version: 0.7.6 → 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cchurch committed Aug 5, 2020
1 parent 5a7c8de commit 96213cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crum/__init__.py
Expand Up @@ -7,7 +7,7 @@

_logger = logging.getLogger('crum')

__version__ = '0.7.6'
__version__ = '0.7.7'

__all__ = ['get_current_request', 'get_current_user', 'impersonate']

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions 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}

Expand Down Expand Up @@ -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

0 comments on commit 96213cb

Please sign in to comment.