Skip to content

Commit

Permalink
Merge pull request #912 from jookies/0.10
Browse files Browse the repository at this point in the history
0.10.5
  • Loading branch information
farirat committed Oct 22, 2020
2 parents 1c13330 + 0551d15 commit 465e7dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- '3.8'
# - '3.9'
env:
- ROOT_PATH=~/jasmin JASMIN_RELEASE=0.10.4
- ROOT_PATH=~/jasmin JASMIN_RELEASE=0.10.5
# Command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion jasmin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

MAJOR = 0
MINOR = 10
PATCH = 4
PATCH = 5
META = ''


Expand Down
2 changes: 1 addition & 1 deletion misc/doc/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version.
version = "0.10"
# The full version, including alpha/beta/rc tags.
release = "0.10.4"
release = "0.10.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def parse_requirements(filename):

setup(
name="jasmin",
version='0.10.4',
version='0.10.5',
author="Jookies LTD",
author_email="jasmin@jookies.net",
url="http://www.jasminsms.com",
Expand Down

0 comments on commit 465e7dc

Please sign in to comment.