Fix README

Version bump
This commit is contained in:
Kumi 2021-02-12 13:31:44 +00:00
parent 1d66ae1b3e
commit 7534cf3b13
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View file

@ -4,4 +4,4 @@ __pycache__/
migrations/
build/
dist/
django_dbsettings.egg-info/
dbsettings.egg-info/

View file

@ -28,4 +28,12 @@ pairs in your database, so you can store configuation in your database easily.
When upgrading to 0.9 from a previous version, your database tables will need
to be updated. To do this, just execute step 2 from the "Quick start" section
again.
again.
When upgrading to 0.9.5 or later from a previous version, you should first
uninstall the old version. To do that, run:
```
pip uninstall django-dbsettings
pip install dbsettings
```

View file

@ -1,8 +1,9 @@
[metadata]
name = dbsettings
version = 0.9.5
version = 0.9.6
description = A Django app to store key-value pairs in the database
long_description = file: README.md
long_description_content_type = text/markdown
url = https://kumig.it/kumisystems/django-dbsettings
author = Kumi Systems e.U.
author_email = support@kumi.systems