1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
125da4e32d 🤖 Bumped version to 0.1.4
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Package Python / Package (push) Successful in 24s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 10:03:35 +01:00
1aff2742bf 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 10:03:18 +01:00
d522e35bc0 Fix documentation 2025-03-05 10:03:14 +01:00
4 changed files with 4 additions and 4 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 FILE...
python -m standardize_java_text --javadoc --only-displayname <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 FILE...
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -10,7 +10,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 FILE...
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'