Skip to content

Commit

Permalink
Merge pull request #70 from preply/0.5.0
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
chinskiy authored Feb 7, 2022
2 parents 2b9e4f2 + 86f7113 commit bf8520b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.0
----------
* Feature: add possibility to execute anonymizer only on the specified model (`#69 <https://github.com/preply/dj_anonymizer/pull/69>`__)
* Feature: raise exception if model registered, but database table does not exist (`#63 <https://github.com/preply/dj_anonymizer/pull/63>`__)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
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.5.0-beta1',
version='0.5.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 bf8520b

Please sign in to comment.