From f317dfa89f40920668426b70343b5e6f0e1c57a1 Mon Sep 17 00:00:00 2001 From: traut Date: Tue, 30 Jun 2020 16:18:18 +0200 Subject: [PATCH] version bump --- CHANGES.rst | 8 ++++++++ opentaxii/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 23cac043..398c6f35 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +0.2.0 (2020-06-30) +------------------ +* Enforce UTC usage in datetime fields in SQL DB Persistence API. +* `Fix for #114 `: reintroduce ``opentaxii-create-account`` CLI command. +* `Fix for #153 `: check if user can modify a collection before advertising it over inbox service. +* Multiple coding style fixes. +* Various documentation updates. + 0.1.12 (2019-03-06) ------------------- * Remove unnecessary print statements. diff --git a/opentaxii/_version.py b/opentaxii/_version.py index a1533c1d..b6dfaad4 100644 --- a/opentaxii/_version.py +++ b/opentaxii/_version.py @@ -3,4 +3,4 @@ This module defines the package version for use in __init__.py and setup.py. """ -__version__ = '0.1.12' +__version__ = '0.2.0'