Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 26, 2022
1 parent 4916fbb commit 878ceb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Tomasz Wojcik"

# The full version, including alpha/beta/rc tags
VERSION = "0.3.4"
VERSION = "0.3.5"
release = VERSION

# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True

Expand All @@ -17,5 +17,5 @@ python-tag = py37
max-line-length = 79
exclude = .tox,.git,docs/*
extend-ignore = E203, W503
per-file-ignores =
per-file-ignores =
*/__init__.py:F401
2 changes: 1 addition & 1 deletion starlette_context/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from contextlib import contextmanager
from typing import Any, Dict, Iterator, Optional

__version__ = "0.3.4"
__version__ = "0.3.5"
__author__ = "Tomasz Wojcik"

_request_scope_context_storage: ContextVar[Dict[Any, Any]] = ContextVar(
Expand Down

0 comments on commit 878ceb0

Please sign in to comment.