Skip to content

Commit

Permalink
Bump version to 0.10.2-archived
Browse files Browse the repository at this point in the history
Further releases will be made under the official Belle II fork
  • Loading branch information
meliache committed Dec 18, 2023
1 parent 6ae96a6 commit 3f74a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.2
current_version = 0.10.2-archived
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion b2luigi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# version must be defined after importing the luigi namespace,
# otherwise the b2luigi.__version__ gets overwritten by the one from luigi
__version__ = "0.10.2"
__version__ = "0.10.2-archived"

from b2luigi.core.parameter import wrap_parameter, BoolParameter
from typing import Optional, Union, Collection
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.10.2'
release = "0.10.2-archived"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3f74a45

Please sign in to comment.