diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 980cf41e..c5953c57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: Fix permissions run: chown -R app:app . - name: Update npm diff --git a/CHANGELOG b/CHANGELOG index 604d88dc..7611f731 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ + 3.9.5-rc6 2023-04-07 Release 3.9.5-rc6 diff --git a/package-lock.json b/package-lock.json index 9c67f49c..8ec59ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "django-autocomplete-light", - "version": "3.9.8rc24", + "version": "3.9.8rc28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "django-autocomplete-light", - "version": "3.9.8rc24", + "version": "3.9.8rc28", "license": "MIT", "dependencies": { "semver": "latest" diff --git a/package.json b/package.json index 5346087a..7814f956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-autocomplete-light", - "version": "3.9.8rc24", + "version": "3.9.8rc28", "description": "A fresh approach to autocomplete implementations, specially for Django. Status: v3 stable, 2.x.x stable, 1.x.x deprecated. Please DO regularely ping us with your link at #yourlabs IRC channel https://django-autocomplete-light.readthedocs.io/", "directories": { "doc": "docs" diff --git a/setup.py b/setup.py index ebbc376d..6d9262c6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-autocomplete-light', - version='3.9.8rc24', + version='3.9.8rc28', description='Fresh autocompletes for Django', author='James Pic', author_email='jamespic@gmail.com',