Skip to content

Commit 80d28a9

Browse files
committed
Release 0.7.0
1 parent b470625 commit 80d28a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Development
44

5+
## 0.7.0 (2021-11-30)
6+
57
* [#34](https://github.com/rheinwerk-verlag/postgresql-anonymizer/issues/34): Subprocess "run" being used on Python2.7
68
* [#35](https://github.com/rheinwerk-verlag/postgresql-anonymizer/issues/35): parmap no longer supports Python 2.7
79
* Dropped Python 3.5 support

pganonymizer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.6.1'
3+
__version__ = '0.7.0'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgresql-anonymizer"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "Commandline tool to anonymize PostgreSQL databases"
55
authors = [
66
"Henning Kage <[email protected]>"

0 commit comments

Comments
 (0)