Skip to content

Commit

Permalink
build: release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehossack committed Jul 2, 2023
1 parent 716737b commit e7bb2d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,6 +8,10 @@ A storage backend for Django that uses [Backblaze's B2 APIs](https://www.backbla

Implementation wraps [Official Python SDK](https://github.com/Backblaze/b2-sdk-python)

## Changelog / Releases

See [https://github.com/ehossack/django-backblaze-b2/releases](https://github.com/ehossack/django-backblaze-b2/releases)

## How to use

1. Install from this repo, or install from PyPi: `pip install django-backblaze-b2`
Expand Down Expand Up @@ -157,7 +161,7 @@ or use `cov.xml` in your favourite IDE like VSCode

### Releasing

1. `make publish-to-pypi`
1. `make release`

### Cleanup

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ line-length = 120

[tool.poetry]
name = "django-backblaze-b2"
version = "3.2.1"
version = "4.0.0"
description = "A Django app to use backblaze b2 as storage."
authors = ["Etienne H <django_backblaze_b2@internet-e-mail.com>"]
maintainers = ["Etienne H <django_backblaze_b2@internet-e-mail.com>"]
Expand Down

0 comments on commit e7bb2d5

Please sign in to comment.