Skip to content

Commit

Permalink
Preparing for release. Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Oct 16, 2016
1 parent 4c5cb3d commit 8ad6c75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Changelog

This project adheres to `Semantic Versioning <http://semver.org/>`_.

Unreleased
----------
2.0.0 - 2016-10-15
------------------

Added
* Python 3.5 support (Linux/OS X and Windows).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
INSTALL_REQUIRES = ['requests', 'sphinx']
LICENSE = 'MIT'
NAME = 'sphinxcontrib-imgur'
VERSION = '1.0.0'
VERSION = '2.0.0'


def readme(path='README.rst'):
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/imgur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '1.0.0'
__version__ = '2.0.0'


def setup(app):
Expand Down

0 comments on commit 8ad6c75

Please sign in to comment.