1
0

Compare commits

..

No commits in common. "125da4e32df53a81bbf197b19edfa218fdb7d422" and "e2ae07513a35adb7acf84b8e5bdc78f0f408fba8" have entirely different histories.

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

View File

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