diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml deleted file mode 100644 index 86bbd00..0000000 --- a/bitbucket-pipelines.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 0b68d4e..9a9d01b 100644 --- a/docs/source/conf.py +++ b/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. diff --git a/setup.py b/setup.py index 7e1f5d9..aff2197 100644 --- a/setup.py +++ b/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',