Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Mar 9, 2020
1 parent 2096c3a commit 3be824f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ Requirements
============
To be able to run **Djecrety** you have to meet following requirements:

- Python (3.5, 3.6, 3.7)
- Django (2.0, 2.1, 2.2)

Bear in mind that for Django-2.x you will need at least Python 3.5
- Python (3.6, 3.7, 3.8)
- Django (2.x, 3.0)

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion djecrety/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.12'
__version__ = '1.0.13'
7 changes: 3 additions & 4 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ Available Commands
Supported Python versions
-------------------------

* Python 3.5
* Python 3.6
* Python 3.7
* Python 3.8

Supported Django versions
-------------------------

* Django 2.0
* Django 2.1
* Django 2.2
* Django 2.x
* Django 3.0

Installation
------------
Expand Down

0 comments on commit 3be824f

Please sign in to comment.