Skip to content

Commit c75517d

Browse files
committed
bump version
1 parent 94e42d2 commit c75517d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Renames `MIDDLEWARE_CLASSES` (deprecated by django) setting to
1414
`MIDDLEWARE`
1515
* Removes `spirit.settings` deprecated in Spirit 0.5
16+
* Avoids installing `spirit.topic.poll` app in the generated project
1617
* Updates haystack dependency to 2.8.1
1718

1819
0.5.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ To see it in action, please visit [The Spirit Project](http://spirit-project.com
1111

1212
## Compatibility
1313

14-
* Python 2.7 (Django 1.11 only), 3.4, 3.5, 3.6 and 3.7 (recommended)
14+
* Python 2.7, 3.4, 3.5, 3.6 (recommended) and 3.7
1515
* Django 1.11 LTS (recommended), 2.0, 2.1
1616
* PostgreSQL (recommended), MySQL, Oracle Database and SQLite
1717

18+
Constrained by "[What Python version can I use with Django?](https://docs.djangoproject.com/en/2.1/faq/install/#what-python-version-can-i-use-with-django)"
19+
1820
## Usage
1921

2022
> New in Spirit 0.5

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66
Compatibility
77
-------------
88

9-
* Python 2.7 (Django 1.11 only), 3.4, 3.5, 3.6 (recommended) and 3.7
9+
* Python 2.7, 3.4, 3.5, 3.6 (recommended) and 3.7
1010
* Django 1.11 LTS (recommended), 2.0, 2.1
1111
* PostgreSQL (recommended), MySQL, Oracle Database and SQLite
1212

spirit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import unicode_literals
44

5-
__version__ = '0.5.1dev'
5+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)