Skip to content

Commit

Permalink
Bump version to 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed May 24, 2022
1 parent c891997 commit e7ecf88
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions crate_anon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
# Constants
# =============================================================================

CRATE_VERSION = "0.19.3"
CRATE_VERSION_DATE = "2022-03-31"
CRATE_VERSION = "0.19.4"
CRATE_VERSION_DATE = "2022-05-24"

MINIMUM_PYTHON_VERSION = (3, 7)
# Only other place that has this: install_virtualenv.py (which can't import
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ usage: crate_anon_check_text_extractor [-h]
[checkextractor [checkextractor ...]]

Check availability of tools to extract text from different document formats.
(CRATE version 0.19.3, 2022-03-31. Created by Rudolf Cardinal.)
(CRATE version 0.19.4, 2022-05-24. Created by Rudolf Cardinal.)

positional arguments:
checkextractor File extensions to check for availability of a text
Expand Down
4 changes: 2 additions & 2 deletions docs/source/anonymisation/_crate_anon_demo_config_help.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usage: crate_anon_demo_config [-h] [--output OUTPUT] [--leave_placeholders]

Print a demo config file for the CRATE anonymiser. (CRATE version 0.19.3,
2022-03-31. Created by Rudolf Cardinal.)
Print a demo config file for the CRATE anonymiser. (CRATE version 0.19.4,
2022-05-24. Created by Rudolf Cardinal.)

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/source/anonymisation/_crate_anon_draft_dd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ usage: crate_anon_draft_dd [-h] [--config CONFIG] [--verbose] [--incremental]
[--systmone_allow_unprefixed_tables]
[--systmone_alter_loaded_rows]

Draft a data dictionary for the anonymiser. (CRATE version 0.19.3, 2022-03-31.
Draft a data dictionary for the anonymiser. (CRATE version 0.19.4, 2022-05-24.
Created by Rudolf Cardinal.)

optional arguments:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/anonymisation/_crate_anon_show_counts_help.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usage: crate_anon_show_counts [-h] [--config CONFIG] [--verbose]

Print record counts from source/destination databases. (CRATE version 0.19.3,
2022-03-31. Created by Rudolf Cardinal.)
Print record counts from source/destination databases. (CRATE version 0.19.4,
2022-05-24. Created by Rudolf Cardinal.)

optional arguments:
-h, --help show this help message and exit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usage: crate_anon_summarize_dd [-h] [--config CONFIG] [--verbose]
[--output OUTPUT]

Draft a data dictionary for the anonymiser. (CRATE version 0.19.3, 2022-03-31.
Draft a data dictionary for the anonymiser. (CRATE version 0.19.4, 2022-05-24.
Created by Rudolf Cardinal.)

optional arguments:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/anonymisation/_crate_anonymise_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ usage: crate_anonymise [-h] [--config CONFIG] [--version] [--verbose]
[--reportevery [REPORTEVERY]] [--debugscrubbers]
[--savescrubbers] [--echo]

Database anonymiser. (CRATE version 0.19.3, 2022-03-31. Created by Rudolf
Database anonymiser. (CRATE version 0.19.4, 2022-05-24. Created by Rudolf
Cardinal.)

optional arguments:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
usage: crate_anonymise_multiprocess [-h] [--nproc [NPROC]] [--verbose]

Runs the CRATE anonymiser in parallel. Version 0.19.3 (2022-03-31). Note that
Runs the CRATE anonymiser in parallel. Version 0.19.4 (2022-05-24). Note that
all arguments not specified here are passed to the underlying script (see
crate_anonymise --help).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/anonymisation/_specimen_anonymiser_config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration file for CRATE anonymiser (crate_anonymise).
# Version 0.19.3 (2022-03-31).
# Version 0.19.4 (2022-05-24).
#
# SEE HELP FOR DETAILS.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/autodoc_extra/_command_line_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Index of CRATE commands

:ref:`crate_windows_service <crate_windows_service>`

(Documentation built with CRATE 0.19.3.)
(Documentation built with CRATE 0.19.4.)
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ Changes
- The Docker version of CRATE can now be :ref:`installed with a single script
<quick_start>`.

**0.19.4, in progress**
**0.19.4, 2022-05-24**

- Anonymisation:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/nlp/_crate_nlp_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ usage: crate_nlp [-h] [--config CONFIG] [--nlpdef NLPDEF] [-i | -f]
[--count] [--cloud] [--immediate] [--retrieve]
[--cancelrequest] [--cancelall] [--showqueue]

NLP manager. Version 0.19.3 (2022-03-31). By Rudolf Cardinal.
NLP manager. Version 0.19.4 (2022-05-24). By Rudolf Cardinal.

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion docs/source/nlp/_crate_nlp_multiprocess_help.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usage: crate_nlp_multiprocess [-h] --nlpdef NLPDEF [--nproc [NPROC]]
[--verbose]

Runs the CRATE NLP manager in parallel. Version 0.19.3 (2022-03-31). Note that
Runs the CRATE NLP manager in parallel. Version 0.19.4 (2022-05-24). Note that
all arguments not specified here are passed to the underlying script (see
crate_nlp --help).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/nlp/_specimen_nlp_config_file.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration file for CRATE NLP manager (crate_nlp).
# Version 0.19.3 (2022-03-31).
# Version 0.19.4 (2022-05-24).
#
# PLEASE SEE THE HELP at https://crateanon.readthedocs.io/
# Using defaults for Docker environment: False
Expand Down

0 comments on commit e7ecf88

Please sign in to comment.