Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Dec 18, 2019
2 parents 8f9474a + f603623 commit ce2b3ce
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2019, Henning Kage
Copyright (c) 2019, Rheinwerk Verlag GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ the ``BROWSER`` make variable, e.g.::
TODOs
-----
* Add tests
* Add exceptions for certain field values
* Make the providers more pluggable (e.g. as own classes with a unqiue character id)
* Add option to create a database dump
* Add ``choice`` provider to randomly choice from a list of values

Expand Down
2 changes: 1 addition & 1 deletion pganonymizer/version.py
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'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ce2b3ce

Please sign in to comment.