From 462d108b2a59e82d71488fe1740944053146fa2c Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 13 Feb 2020 23:41:25 +0100 Subject: v0.2 release + push version to 0.2 * update README.md --- README.md | 4 ++-- TSGroupAssigner/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6786768..63d14e5 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ params = { 'gid': 24 } -target = dt.date(year=2019, month=24, day=12) +target = dt.date(year=2020, month=2, day=14) duration = dt.timedelta(days=2) try: - GroupAssigner(date=target, delta=duration, **params).start() + GroupAssigner(date=target, nick="James", delta=duration, **params).start() except DateException as err: logger.error(err) ``` diff --git a/TSGroupAssigner/__init__.py b/TSGroupAssigner/__init__.py index f8d4327..971640a 100644 --- a/TSGroupAssigner/__init__.py +++ b/TSGroupAssigner/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # version -__version__ = "0.1.1" +__version__ = "0.2" # modules from .group_assign import GroupAssigner -- cgit v1.2.3-18-g5258