Skip to content

Commit

Permalink
Merge branches 'master' and 'v0.9' of https://github.com/jookies/jasmin
Browse files Browse the repository at this point in the history
… into v0.9
  • Loading branch information
farirat committed Nov 10, 2016
2 parents 90add00 + b29ed64 commit 9a571e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
python:
- '2.7'
env:
- ROOT_PATH=~/jasmin JASMIN_RELEASE=0.9b13
- ROOT_PATH=~/jasmin JASMIN_RELEASE=0.9b14
# Command to install dependencies
install:
- python setup.py sdist
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Jookies LTD <jasmin@jookies.net>
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r jasmin && useradd -r -g jasmin jasmin

ENV JASMIN_VERSION 0.9b13
ENV JASMIN_VERSION 0.9b14

# Install requirements
RUN apt-get update && apt-get install -y \
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 = 9
PATCH = 13
PATCH = 14
META = 'b'

def get_version():
Expand Down
2 changes: 1 addition & 1 deletion misc/config/systemd/jasmind.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Jasmin SMS Gateway
Requires=network.target interceptord.service
Requires=network.target jasmin-interceptord.service jasmin-dlrd.service
After=network.target

[Service]
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.9"
# The full version, including alpha/beta/rc tags.
release = "0.9.13-beta"
release = "0.9.14-beta"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9a571e0

Please sign in to comment.