Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Apr 14, 2017
1 parent d12914d commit e802494
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include README.md
include LICENSE
include requirements.txt
2 changes: 1 addition & 1 deletion challonge/__init__.py
@@ -1,6 +1,6 @@
# flake8: noqa

__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "fp12"

AUTO_GET_PARTICIPANTS = True
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -77,9 +77,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.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
Expand Up @@ -19,7 +19,7 @@
setup(name='achallonge',
author='Fabien Poupineau (fp12)',
url='https://github.com/fp12/achallonge',
version='1.1.0',
version='1.2.0',
packages=find_packages(),
license='MIT',
description='A python library to use the Challonge API',
Expand Down

0 comments on commit e802494

Please sign in to comment.