Skip to content

Commit

Permalink
Merge branch 'release/8.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitlyn Crawford committed Jan 3, 2019
2 parents 612b8ed + d40478f commit 41b782e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.7"
- "3.6"
cache:
directories:
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,5 +1,12 @@
CHANGE LOG
==========
8.0.0
-----
- Add support for Molo 8 and drop Python 2 support

7.0.0
-----
- Add support for Molo 7

6.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.2.0
8.0.0
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
molo.core<7.0.0,>=6.3.0
molo.core<9.0.0,>=8.0.0
celery<4.0
django-celery
psycopg2
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -38,7 +38,6 @@
classifiers=[
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 41b782e

Please sign in to comment.