Skip to content

Commit

Permalink
updated version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 10, 2022
1 parent 522f17d commit 3d204bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"python.linting.pycodestyleArgs": [
"--ignore=E402,E226"
],
"esbonio.sphinx.confDir": "c:\\Users\\d.laghi\\Documents\\GitHub\\JADE\\Code\\docs\\source",
"esbonio.sphinx.confDir": "${workspaceFolder}\\docs\\source",
"esbonio.server.enabled": true
}
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Davide Laghi'

# The full version, including alpha/beta/rc tags
release = 'v2.1.0'
release = 'v2.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
from tqdm import tqdm
from status import EXP_TAG

date = '08/03/2022'
version = 'v2.1.0'
date = '10/05/2022'
version = 'v2.1.1'


def clear_screen():
Expand Down

0 comments on commit 3d204bd

Please sign in to comment.