diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d33460..89f8910 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0rc1 +current_version = 2.1.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index a2b782f..594ddf3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "2.0.0" +release = "2.1.0" # -- General configuration --------------------------------------------------- diff --git a/jira_select/__init__.py b/jira_select/__init__.py index 8c0d5d5..9aa3f90 100644 --- a/jira_select/__init__.py +++ b/jira_select/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/setup.py b/setup.py index d93d210..250f111 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(*names, **kwargs): setup( name="jira-select", - version="2.0.0", + version="2.1.0", license="MIT", description=( "Easily run complex SQL-like queries far beyond what "