Skip to content

Commit

Permalink
prep for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 27, 2013
1 parent 93fecec commit 992547d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
==========
1.1 (2013-06-2013)
==================

New Features
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The short X.Y version.
version = '1.0.3'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]

setup(name='velruse',
version='1.0.3',
version='1.1',
description=(
'Simplifying third-party authentication for web applications.'),
long_description='',
Expand All @@ -40,9 +40,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
# 'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.2',
# 'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Framework :: Pyramid',
],
Expand Down

0 comments on commit 992547d

Please sign in to comment.