We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef956c1 commit 558add4Copy full SHA for 558add4
README.md
@@ -3,7 +3,7 @@ This package allow to easy manage apps migrations based on GIT repository (it us
3
So you can return to any previous state that is saved in DB by one command.
4
5
## Version
6
-Current version is `0.3.0`
+Current version is `0.3.1`
7
8
It works with:
9
- django >= 1.11.3
@@ -14,7 +14,7 @@ It works with:
14
15
First you need to install package with pip:
16
```bash
17
-pip install git+https://github.com/freenoth/django-rollback.git@0.3.0
+pip install git+https://github.com/freenoth/django-rollback.git@0.3.1
18
```
19
20
Then install it to your `INSTALLED_APPS`
0 commit comments