Skip to content

Commit

Permalink
🔀 Merge pull request #23 from younesaassila/v2.0.5
Browse files Browse the repository at this point in the history
🔖 Release version 2.0.5
  • Loading branch information
younesaassila authored Aug 18, 2022
2 parents e839026 + ef4fabb commit fa8924a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 46 deletions.
77 changes: 36 additions & 41 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="title">Kwyk Solver</h1>
</a>
<a
class="button"
href="https://github.com/younesaassila/kwyk-solver/blob/2.0.4/CONTRIBUTING.md"
href="https://github.com/younesaassila/kwyk-solver/blob/main/CONTRIBUTING.md"
>
Contribuer
</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/update.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.4",
"url": "https://github.com/younesaassila/kwyk-solver/releases/download/2.0.4/Kwyk-Solver-2.0.4.zip"
"version": "2.0.5",
"url": "https://github.com/younesaassila/kwyk-solver/releases/download/2.0.5/Kwyk-Solver-2.0.5.zip"
}
4 changes: 2 additions & 2 deletions kwyk-solver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from functions import int_input, rreplace


version = "2.0.4"
version = "2.0.5"

print(f"""Kwyk Solver
Version {version}
Expand Down Expand Up @@ -48,7 +48,7 @@
# Affichage de la liste des exercices supportés en se basant sur les fichiers
# présents dans le dossier 'solvers'.
supported_ex = []
solver_filename_pattern = "solver_([0123456789]+)\.py"
solver_filename_pattern = "solver_([0123456789]+)\\.py"
for file in os.listdir(solvers_directory_path):
solver_filename_match = re.match(solver_filename_pattern, file)
if solver_filename_match:
Expand Down

0 comments on commit fa8924a

Please sign in to comment.