Skip to content

Commit

Permalink
REL: v0.11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
QuLogic committed Oct 29, 2021
1 parent ad42f46 commit 0f33326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '0.10.0'
version = '0.11.0'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.11.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='cycler',
version='0.10.0',
version='0.11.0',
author='Thomas A Caswell',
author_email='[email protected]',
py_modules=['cycler'],
Expand Down

0 comments on commit 0f33326

Please sign in to comment.