Browse Source

New version

pull/12/head
Marcos Pereira 5 years ago
parent
commit
3352c10e39
  1. 19
      bitbucket-pipelines.yml
  2. 4
      docs/source/conf.py
  3. 2
      setup.py

19
bitbucket-pipelines.yml

@ -1,19 +0,0 @@
image: python:3.7
pipelines:
default:
- step:
name: Tests
caches:
- pip
script:
- pip install -r requirements.txt
- python3 -m unittest discover
tags:
'*':
- step:
name: Release New Verison
script:
- pip install -r requirements.txt
- chmod +x ./bin/deploy.sh
- ./bin/deploy.sh

4
docs/source/conf.py

@ -60,9 +60,9 @@ author = 'Marcos Pereira'
# built documents.
#
# The short X.Y version.
version = '0.17.1'
version = '0.17.2'
# The full version, including alpha/beta/rc tags.
release = '0.17.1'
release = '0.17.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

2
setup.py

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
setup(
name='python-keycloak',
version='0.17.1',
version='0.17.2',
url='https://github.com/marcospereirampj/python-keycloak',
license='The MIT License',
author='Marcos Pereira',

Loading…
Cancel
Save