diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c53f0f..ee69e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,4 @@ jobs: SONAR_PROJECT_VERSION: 1.0 SONAR_SOURCES: insuree SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**" + diff --git a/setup.py b/setup.py index 3b8234c..f9a9a42 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='openimis-be-insuree', - version='1.2.1', + version='1.3.0', packages=find_packages(), include_package_data=True, license='GNU AGPL v3',