Bump version for release

This commit is contained in:
Carlton Gibson 2016-09-29 11:34:43 +02:00
parent 5c5f5f253d
commit e40e45e38b
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.15.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

View File

@ -3,7 +3,7 @@ from __future__ import absolute_import
from .filterset import FilterSet
from .filters import *
__version__ = '0.15.1'
__version__ = '0.15.2'
def parse_version(version):

View File

@ -48,9 +48,9 @@ copyright = u'2013, Alex Gaynor and others.'
# built documents.
#
# The short X.Y version.
version = '0.15.1'
version = '0.15.2'
# The full version, including alpha/beta/rc tags.
release = '0.15.1'
release = '0.15.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -6,7 +6,7 @@ f = open('README.rst')
readme = f.read()
f.close()
version = '0.15.1'
version = '0.15.2'
if sys.argv[-1] == 'publish':
if os.system("pip freeze | grep wheel"):