We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b470625 commit 80d28a9Copy full SHA for 80d28a9
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Development
4
5
+## 0.7.0 (2021-11-30)
6
+
7
* [#34](https://github.com/rheinwerk-verlag/postgresql-anonymizer/issues/34): Subprocess "run" being used on Python2.7
8
* [#35](https://github.com/rheinwerk-verlag/postgresql-anonymizer/issues/35): parmap no longer supports Python 2.7
9
* Dropped Python 3.5 support
pganonymizer/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
-__version__ = '0.6.1'
+__version__ = '0.7.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgresql-anonymizer"
-version = "0.6.1"
+version = "0.7.0"
description = "Commandline tool to anonymize PostgreSQL databases"
authors = [
"Henning Kage <[email protected]>"
0 commit comments