File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99__author__ = """r3w0p"""
1010__email__ = "rr33ww00pp@gmail.com"
11- __version__ = "1.2.1 "
11+ __version__ = "1.2.2 "
1212
1313from bobocep .bobocep import BoboError , BoboJSONable , BoboJSONableError
Original file line number Diff line number Diff line change 1616project = "BoboCEP"
1717copyright = "2019-2024 r3w0p"
1818author = "r3w0p"
19- version = "1.2.1 "
19+ version = "1.2.2 "
2020
2121# -- General configuration ---------------------------------------------------
2222# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.1
2+ current_version = 1.2.2
33commit = False
44
55[bumpversion:file:setup.py]
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "bobocep" ,
11- version = "1.2.1 " ,
11+ version = "1.2.2 " ,
1212 author = "r3w0p" ,
1313 author_email = "rr33ww00pp@gmail.com" ,
1414 description = "A fault-tolerant Complex Event Processing engine "
You can’t perform that action at this time.
0 commit comments