From 86f711349df5e25e969f3309977d8307b59d93dd Mon Sep 17 00:00:00 2001 From: chinskiy Date: Mon, 7 Feb 2022 14:49:53 +0200 Subject: [PATCH] 0.5.0 --- docs/changelog.rst | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 98d7ed8..cf2118c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ============= -Unreleased +0.5.0 ---------- * Feature: add possibility to execute anonymizer only on the specified model (`#69 `__) * Feature: raise exception if model registered, but database table does not exist (`#63 `__) diff --git a/docs/conf.py b/docs/conf.py index 196140b..50bd424 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index b196b6c..bcb12db 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.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')),