Skip to content

Commit

Permalink
chore: 📦 Prepare release 0.4.0 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
auredentan committed Aug 28, 2020
1 parent b71a301 commit 5be8b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ifndef v
endif
@poetry run failprint -t "Bumping version" -- poetry version $(v)
@poetry run failprint -t "Staging files" -- git add pyproject.toml CHANGELOG.md
@poetry run failprint -t "Committing changes" -- git commit -m "chore: Prepare release $(v)"
@poetry run failprint -t "Committing changes" -- git commit -m "chore: :package: Prepare release $(v) :package:"
@poetry run failprint -t "Tagging commit" -- git tag v$(v)
@poetry run failprint -t "Building dist/wheel" -- poetry build
-@if ! $(CI) && ! $(TESTING); then \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You can find more example [here](https://github.com/auredentan/starlette-session

## Using a custom backend

You can provide a custom backend to be used. This backend has simply to implet the interface ISessionBackend
You can provide a custom backend to be used. This backend has simply to implement the interface ISessionBackend

```python
class ISessionBackend(ABC):
Expand Down

0 comments on commit 5be8b01

Please sign in to comment.