Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
add bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Apr 11, 2020
1 parent 7d76bec commit 03c549c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[bumpversion]
current_version = 0.8.0-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:pyproject.toml]

[bumpversion:file:src/ics/__init__.py]

[bumpversion:file:doc/event.rst]

[bumpversion:file:README.rst]

[bumpversion:part:release]
values =
dev
release
optional_value = release

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ics.py : iCalendar for Humans
=============================
ics.py `0.8.0-dev` : iCalendar for Humans
=========================================

`Original repository <https://github.com/C4ptainCrunch/ics.py>`_ (GitHub) -
`Bugtracker and issues <https://github.com/C4ptainCrunch/ics.py/issues>`_ (GitHub) -
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ attrs = ">=19.2"
tatsu = ">4.2"
importlib_resources = "^1.4"

# Tools used by tox for testing and building docs
# see https://github.com/python-poetry/poetry/issues/1941#issuecomment-581602064
# [tool.poetry.dev-dependencies]
packaging = { version = ">=20.3", optional = true }
Expand Down

0 comments on commit 03c549c

Please sign in to comment.