diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a1e6fd4..806058a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +**0.2.0 - 03/31/23** + + - Implemented W2/1099 forms + - Implemented typographic noise function + - Implemented incorrect selection noise function + **0.1.0 - 03/23/23** - Initial release diff --git a/src/pseudopeople/__about__.py b/src/pseudopeople/__about__.py index 7644dc29..c8ae9993 100644 --- a/src/pseudopeople/__about__.py +++ b/src/pseudopeople/__about__.py @@ -13,7 +13,7 @@ __summary__ = "pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools." __uri__ = "https://github.com/ihmeuw/pseudopeople" -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "The pseudopeople developers" __email__ = "vivarium.dev@gmail.com"