Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.0 (2017-12-05)
==================

* Added support for Django 2.0

1.0.1 (2017-10-09)
==================

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.1'
version = '1.1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2015, Columbia Center For New Media Teaching And Learning (CCNMTL)
# Copyright (c) 2007-2017, Columbia Center For New Media Teaching And Learning (CCNMTL)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -27,7 +27,7 @@

setup(
name="djangowind",
version="1.0.1",
version="1.1.0",
author="Anders Pearson",
author_email="ccnmtl-dev@columbia.edu",
url="https://github.com/ccnmtl/djangowind",
Expand Down