Skip to content

Commit

Permalink
Needed to install local module to check localization
Browse files Browse the repository at this point in the history
  • Loading branch information
trentonyo committed Jun 19, 2024
1 parent d46df0c commit a7e9e39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
pip install build
- name: Check localization status
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "todo-or-not"
version = "0.13.22"
version = "0.13.23"
description = "todoon integrates the TODOs in your codebase with your GitHub repository"
authors = ["TrentonYo <trentonyo@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion todo_or_not/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
#####################################################

__version__ = "0.13.22"
__version__ = "0.13.23"
iso_string = "2024-06-18"

version_date = datetime.date.fromisoformat(iso_string)

0 comments on commit a7e9e39

Please sign in to comment.