Skip to content

Commit a4501db

Browse files
authored
Version 5.5.3 (#472)
* Fixing missing language options (thanks to RoDanny2021)
1 parent 3c850af commit a4501db

File tree

6 files changed

+660
-653
lines changed

6 files changed

+660
-653
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install setuptools wheel twine --upgrade
26+
pip install setuptools wheel twine build --upgrade
2727
2828
2929
- name: Build and Publish

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 5.5.3
4+
5+
* Fixing missing language options (thanks to RoDanny2021)
6+
37
## Version 5.5.2
48

59
* Adding #469 Romanian translations (thanks to RoDanny2021)

0 commit comments

Comments
 (0)