Skip to content

Commit

Permalink
Bump version to 4.0.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
beenje committed Jan 18, 2018
1 parent 82ddbd5 commit 7a80a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

project = u'Flask-Bootstrap'
copyright = u'2013, Marc Brinkmann'
version = '4.0.0-beta.3.dev1'
release = '4.0.0-beta.3'
version = '4.0.0.0.dev1'
release = '4.0.0.0'

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'alabaster']
source_suffix = '.rst'
Expand Down
2 changes: 1 addition & 1 deletion flask_bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def is_hidden_field_filter(field):

from .forms import render_form

__version__ = '4.0.0-beta.3.dev1'
__version__ = '4.0.0.0.dev1'
BOOTSTRAP_VERSION_RE = re.compile(r'(\d+\.\d+\.\d+(\-[a-z]+)?)')
POPPER_VERSION = '1.12.9'
JQUERY_VERSION = '3.2.1'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name='Flask-Bootstrap',
version='4.0.0-beta.3.dev1',
version='4.0.0.0.dev1',
url='http://github.com/mbr/flask-bootstrap',
license='BSD',
author='Marc Brinkmann',
Expand Down

0 comments on commit 7a80a03

Please sign in to comment.