From 6188a0a41be826b9907abda6fbb9d0c2f93c764c Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Tue, 9 Jan 2018 18:12:41 -0700 Subject: [PATCH] Bump version --- .circleci/config.yml | 1 - README.md | 4 ++++ setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 690bd40..bcb806c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,6 @@ common: &common - restore_cache: keys: - v2-deps-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} - - v2-deps- - run: name: install dependencies command: pip install --user tox diff --git a/README.md b/README.md index 732a065..161f726 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ and which are not dismissed. ## Change Log +### 3.0.0 + +* Bump major version after completing Django 2.0 upgrade, removing <=1.10 support + ### 2.1.2 * Remove doc build diff --git a/setup.py b/setup.py index 4801f26..ac19258 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "2.1.2" +VERSION = "3.0.0" LONG_DESCRIPTION = """ .. image:: http://pinaxproject.com/pinax-design/patches/pinax-announcements.svg :target: https://pypi.python.org/pypi/pinax-announcements/