-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## Development | ||
|
||
## 0.1.1 (2019-12-18) | ||
|
||
Changed setup.py | ||
|
||
## 0.1.0 (2019-12-16) | ||
|
||
Initial release of the prototype |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = '0.1.0' | ||
__version__ = '0.1.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,10 +65,10 @@ def run(self): | |
description='Commandline tool to anonymize PostgreSQL databases', | ||
long_description=read('README.rst'), | ||
author='Henning Kage', | ||
author_email='henning.kage@gmail.com', | ||
maintainer='Henning Kage', | ||
maintainer_email='[email protected]', | ||
url='https://github.com/hkage/postgresql-anonymizer', | ||
author_email='henning.kage@rheinwerk-verlag.de', | ||
maintainer='Rheinwerk Verlag GmbH Webteam', | ||
maintainer_email='[email protected]', | ||
url='https://github.com/rheinwerk-verlag/postgresql-anonymizer', | ||
license='Proprietary', | ||
classifiers=[ | ||
'Development Status :: 2 - Pre-Alpha', | ||
|