Skip to content

Commit

Permalink
bump transform-field to add MASK-HIDDEN transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Sep 23, 2019
1 parent 1f7bc70 commit d30ab65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup(app):
project = 'PipelineWise'
copyright = '2019, TransferWise Ltd.'
author = 'Peter Kosztolanyi'
version = '0.10.2'
version = '0.10.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/user_guide/transformations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The following transformations can be added optionally into the :ref:`yaml_config

* **MASK-NUMBER**: Transforms any numeric column to zero

* **MASK-HIDDEN**: Transforms any value to 'hidden'


.. _conditional_transformations:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = f.read()

setup(name='pipelinewise',
version='0.10.2',
version='0.10.3',
description='PipelineWise',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/transform-field/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-transform-field==1.0.1
pipelinewise-transform-field==1.1.1

0 comments on commit d30ab65

Please sign in to comment.