Skip to content

Commit 0f33326

Browse files
committed
REL: v0.11
This is the first Cycler feature release in some years. New features include: * Added `Cycler.by_key`, which produces values by key (#26) * Added `Cycler.__contains__`, which adds support for `in` checks (#34) * Wheels now includes the LICENSE file (#48) * The sdist now includes the LICENSE (#58) and tests (#32) * Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.
1 parent ad42f46 commit 0f33326

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '0.10.0'
69+
version = '0.11.0'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '0.10.0'
71+
release = '0.11.0'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='cycler',
4-
version='0.10.0',
4+
version='0.11.0',
55
author='Thomas A Caswell',
66
author_email='matplotlib-users@python.org',
77
py_modules=['cycler'],

0 commit comments

Comments
 (0)