Skip to content

Commit

Permalink
Merge pull request #14 from knowledge-point/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
chinskiy authored Sep 14, 2018
2 parents 3089054 + b99f514 commit 8325e1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=============

UNRELEASED
0.2.0
----------
This is first release with changelog

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 8325e1c

Please sign in to comment.