1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
64f982fc7e 🤖 Bumped version to 0.1.8
All checks were successful
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:29:06 +01:00
07a266c434 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:28:51 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Is capable of migrating from Javadoc based property specification to the
Convert tests with `@DisplayName` to Javadoc:
```bash
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -23,7 +23,7 @@ Is capable of migrating from Javadoc based property specification to the
Convert tests with `@DisplayName` to Javadoc:
```bash
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.1.8'