Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Apr 29, 2021
1 parent b995b6f commit 4915f69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
2 changes: 1 addition & 1 deletion bin/reportdaily.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MissingSubCommand(ValueError):
pass


__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Eugen Maksymenko <[email protected]>"

#: The dictionary, passed to :class:`logging.config.dictConfig`,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4915f69

Please sign in to comment.