Skip to content

Commit

Permalink
Bump version: 1.0.3.dev → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adalekin committed Jan 13, 2020
1 parent afc5577 commit c78a3cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3.dev
current_version = 1.0.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AFFO SMS Service
================

============ =============================================
**Version** 1.0.3.dev
**Version** 1.0.3
**Web** https://affo.io/
**Download** https://pypi.org/affoio/affo-sms-service/
**Source** https://github.com/affoio/affo-sms-service/
Expand Down
2 changes: 1 addition & 1 deletion affo_sms_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.3.dev"
VERSION = "1.0.3"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Affo Ltd.'

# The full version, including alpha/beta/rc tags
release = '1.0.3.dev'
release = '1.0.3'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c78a3cc

Please sign in to comment.