Fix README
Version bump
This commit is contained in:
parent
1d66ae1b3e
commit
7534cf3b13
3 changed files with 12 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,4 +4,4 @@ __pycache__/
|
||||||
migrations/
|
migrations/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
django_dbsettings.egg-info/
|
dbsettings.egg-info/
|
||||||
|
|
|
@ -29,3 +29,11 @@ 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
|
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
|
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
|
||||||
|
```
|
|
@ -1,8 +1,9 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = dbsettings
|
name = dbsettings
|
||||||
version = 0.9.5
|
version = 0.9.6
|
||||||
description = A Django app to store key-value pairs in the database
|
description = A Django app to store key-value pairs in the database
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
url = https://kumig.it/kumisystems/django-dbsettings
|
url = https://kumig.it/kumisystems/django-dbsettings
|
||||||
author = Kumi Systems e.U.
|
author = Kumi Systems e.U.
|
||||||
author_email = support@kumi.systems
|
author_email = support@kumi.systems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue