From 4915f69792a8aa7db0681247ab498601bd7eaa74 Mon Sep 17 00:00:00 2001 From: SchleichsSalaticus Date: Thu, 29 Apr 2021 14:06:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- bin/reportdaily.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d40680bc..b44ada9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,10 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True [bumpversion:file:setup.cfg] [bumpversion:file:bin/reportdaily.py] + [bumpversion:file:docs/conf.py] diff --git a/bin/reportdaily.py b/bin/reportdaily.py index e0c31e44..e8681939 100755 --- a/bin/reportdaily.py +++ b/bin/reportdaily.py @@ -10,7 +10,7 @@ class MissingSubCommand(ValueError): pass -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "Eugen Maksymenko " #: The dictionary, passed to :class:`logging.config.dictConfig`, diff --git a/docs/conf.py b/docs/conf.py index f70c61dc..a8ce0a9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Eugen Maksymenko' # The full version, including alpha/beta/rc tags -release = '0.2.0' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 1ccf0dcf..37dbc2cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reportdaily -version = 0.2.0 +version = 0.3.0 description = "..." long_description = file: README.md long_description_content_type = text/markdown