From 07e7cb8c08f1def3993094e8bfefaf86f5e99bbf Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Tue, 5 Dec 2017 19:55:43 -0500 Subject: [PATCH] :bookmark: release 1.1.0 --- CHANGES | 5 +++++ docs/conf.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index f3e7a78..0caf09e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.1.0 (2017-12-05) +================== + +* Added support for Django 2.0 + 1.0.1 (2017-10-09) ================== diff --git a/docs/conf.py b/docs/conf.py index 6ce9f7c..9c4ded0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 845c6dc..4ab0217 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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",