Skip to content

Commit

Permalink
Create v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed May 10, 2024
1 parent 2865cda commit 77c227a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
setup-python-dependencies: false
- uses: ./.github/actions/setup
- uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion babybuddy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
""" # noqa

__title__ = "Baby Buddy"
__version__ = "2.3.1"
__version__ = "2.4.0"
__license__ = "BSD 2-Clause"

VERSION = __version__
Expand Down

0 comments on commit 77c227a

Please sign in to comment.