Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jan 15, 2016
2 parents 1eaa8e8 + b275b0d commit dbe99f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.rst
@@ -1,6 +1,11 @@
Changelog
=========

1.0
---
Added DEFAULT_JS_EXTENSIONS setting, as present in ``jspm``.
Added Django 1.9 to the build matrix.

0.3.4
-----
Fixes some mistakes from 0.3.3. Mondays...
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -42,14 +42,17 @@ def read_file(name):
platforms=['any'],
url='https://github.com/sergei-maertens/django-systemjs',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Stable',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Intended Audience :: Developers',
'Operating System :: Unix',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Application Frameworks'
]
)
2 changes: 1 addition & 1 deletion systemjs/__init__.py
@@ -1 +1 @@
__version__ = '0.3.4'
__version__ = '1.0'

0 comments on commit dbe99f0

Please sign in to comment.