Skip to content

Commit 58f83a2

Browse files
committed
Bumped to v2.0.0!
1 parent 8697cfa commit 58f83a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '2.0.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.0.0-dev'
58+
release = '2.0.0'
5959

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

restless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Daniel Lindsley'
22
__license__ = 'BSD'
3-
__version__ = (2, 0, 0, 'dev')
3+
__version__ = (2, 0, 0)
44

55

66
from .resources import Resource

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='restless',
8-
version='2.0.0-dev',
8+
version='2.0.0',
99
description='A lightweight REST miniframework for Python.',
1010
author='Daniel Lindsley',
1111
author_email='daniel@toastdriven.com',

0 commit comments

Comments
 (0)