Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Dec 20, 2015
1 parent d07e0da commit 9a0ae28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -5,8 +5,8 @@
master_doc = 'index'
project = u'git-spindle'
copyright = u'2012-2015, Dennis Kaarsemaker'
version = '3.1'
release = '3.1'
version = '3.2'
release = '3.2'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'cloud'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='git-spindle',
version="3.1",
version="3.2",
description='Git subcommands for integrating with central services like github, gitlab and bitbucket',
author='Dennis Kaarsemaker',
author_email='dennis@kaarsemaker.net',
Expand All @@ -17,5 +17,5 @@
"Topic :: Software Development",
"Topic :: Software Development :: Version Control"
],
install_requires=["github3.py>=0.9.0", "whelk>=2.5", "docopt>=0.5.0"],
install_requires=["github3.py>=0.9.0", "whelk>=2.6", "docopt>=0.5.0"],
)

0 comments on commit 9a0ae28

Please sign in to comment.