diff --git a/README.md b/README.md index 7b7a2ac..e836b40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -dj_anonymizer [![Build Status](https://travis-ci.com/knowledge-point/dj_anonymizer.svg?branch=master)](https://travis-ci.com/knowledge-point/dj_anonymizer) [![codecov.io](http://codecov.io/github/knowledge-point/dj_anonymizer/coverage.svg?branch=master)](http://codecov.io/github/mirumee/saleor?branch=master) [![PyPI version](https://badge.fury.io/py/dj_anonymizer.svg)](https://badge.fury.io/py/dj_anonymizer) +dj_anonymizer [![Build Status](https://travis-ci.com/knowledge-point/dj_anonymizer.svg?branch=master)](https://travis-ci.com/knowledge-point/dj_anonymizer) [![codecov.io](https://codecov.io/github/knowledge-point/dj_anonymizer/coverage.svg?branch=master)](https://codecov.io/github/knowledge-point/dj_anonymizer?branch=master) [![PyPI version](https://badge.fury.io/py/dj_anonymizer.svg)](https://badge.fury.io/py/dj_anonymizer) ================================== dj_anonymizer requires Django 1.11 or greater and Python 2.7 or greater. This project helps anonymize production database with fake data of any kind. diff --git a/docs/changelog.rst b/docs/changelog.rst index 9dbde0f..0f76a1e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ============= -UNRELEASED +0.2.0 ---------- This is first release with changelog diff --git a/setup.py b/setup.py index c8617fd..15945e0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*rnames): name='dj_anonymizer', packages=['dj_anonymizer'], include_package_data=True, - version='0.1.6', + version='0.2.0', description='This project helps anonymize production database' + 'with fake data of any kind.', long_description=(read('README.md')),