Skip to content

Commit

Permalink
Merge pull request #33 from nexB/release-5.0.1
Browse files Browse the repository at this point in the history
Release 5.0.1
  • Loading branch information
tdruez authored Jan 18, 2024
2 parents 853fc3d + 4bbae4c commit 83b5a4a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create a GitHub release

on:
workflow_dispatch:
push:
tags:
- "v*.*.*"

jobs:
create-github-release:
runs-on: ubuntu-22.04

steps:
- name: Create a GitHub release
uses: softprops/action-gh-release@v1
with:
draft: false
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes
=============

### Version 5.0.1-dev
### Version 5.0.1

- Improve the stability of the "Check for new Package versions" feature.
https://github.com/nexB/dejacode/issues/17
Expand Down
2 changes: 1 addition & 1 deletion dejacode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from dejacode.celery import app as celery_app

VERSION = "5.0.1-dev"
VERSION = "5.0.1"
__version__ = VERSION
__all__ = ["celery_app"]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dejacode
version = 5.0.1-dev
version = 5.0.1
license = AGPL-3.0-only
description = Automate open source license compliance and ensure supply chain integrity
long_description = file:README.rst
Expand Down

0 comments on commit 83b5a4a

Please sign in to comment.