Skip to content

Commit

Permalink
release version update
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 24, 2022
1 parent cbee298 commit b18dd98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set Jasmin release version in env
run: |
echo "JASMIN_RELEASE=$(python setup.py --version)" >> $GITHUB_ENV
echo "Building Jasmin ${{ env.JASMIN_RELEASE }}"
echo "Building Jasmin ${{ env.JASMIN_RELEASE }}"
- name: Install pip
run: python -m pip install --upgrade pip
- name: Install production dependencies
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smsgw"
],
"website": "https://jasminsms.com",
"repository": "https://github.com/jookies/jasmin/tree/0.10.10",
"repository": "https://github.com/jookies/jasmin/tree/0.10.11",
"logo": "https://docs.jasminsms.com/en/latest/_static/jasmin-small.png",
"success_url": "/welcome",
"stack": "heroku-20",
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 = 10
PATCH = 11
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.10"
release = "0.10.11s"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "jasmin-sms-gateway"
arch: "amd64"
platform: "linux"
version: "v0.10.10"
version: "v0.10.11"
section: "default"
priority: "extra"
maintainer: "Jookies LTD <jasmin@jookies.net>"
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.10',
version='0.10.11',
author="Jookies LTD",
author_email="jasmin@jookies.net",
url="https://www.jasminsms.com",
Expand Down

0 comments on commit b18dd98

Please sign in to comment.