diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ed0a4f..41fce98 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4.dev +current_version = 1.0.4 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? diff --git a/README.rst b/README.rst index 4dc52c6..7e95680 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ AFFO SMS Service ================ ============ ============================================= -**Version** 1.0.4.dev +**Version** 1.0.4 **Web** https://affo.io/ **Download** https://pypi.org/affoio/affo-sms-service/ **Source** https://github.com/affoio/affo-sms-service/ diff --git a/affo_sms_service/__init__.py b/affo_sms_service/__init__.py index 78d23ae..c02d846 100644 --- a/affo_sms_service/__init__.py +++ b/affo_sms_service/__init__.py @@ -1 +1 @@ -VERSION = "1.0.4.dev" +VERSION = "1.0.4" diff --git a/docs/conf.py b/docs/conf.py index e8c2264..af15551 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Affo Ltd.' # The full version, including alpha/beta/rc tags -release = '1.0.4.dev' +release = '1.0.4' # -- General configuration ---------------------------------------------------