Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Apr 2, 2024
1 parent 4355037 commit 79543f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions direct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# coding=utf-8
# Copyright (c) DIRECT Contributors

__author__ = """direct contributors"""
__version__ = "1.0.5-dev0"
__version__ = "2.0.0"
1 change: 1 addition & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ History
**19 Oct 2022**: Release of version `1.0.2 <https://github.com/NKI-AI/direct/releases/tag/v1.0.2>`_.
**24 Oct 2022**: Release of version `1.0.3 <https://github.com/NKI-AI/direct/releases/tag/v1.0.3>`_.
**19 Oct 2022**: Release of version `1.0.4 <https://github.com/NKI-AI/direct/releases/tag/v1.0.4>`_.
**02 Apr 2024**: Release of version `2.0.0 <https://github.com/NKI-AI/direct/releases/tag/v2.0.0>`_.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 1.0.5-dev0
current_version = 2.0.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

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

Expand Down

0 comments on commit 79543f0

Please sign in to comment.