File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0
2+ current_version = 0.9.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cookiecutter:
1515 use_pypi_deployment_with_travis: n
1616 use_pytest: y
1717 use_requiresio: y
18- version: 0.9.0
18+ version: 0.9.1
1919 year: 2011-2022
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ __pycache__/
88
99# Distribution / packaging
1010.Python
11- .venv /
11+ .venv
1212env /
1313build /
1414develop-eggs /
Original file line number Diff line number Diff line change 44
55.. bumpversion marker
66
7+ 0.9.1 (2024-07-06)
8+ ------------------
9+ * Fixed docs build.
10+
7110.9.0 (2024-07-06)
812------------------
913* Fixed ``Scheduler `` not compatible with BaseDupeFilter (#294)
Original file line number Diff line number Diff line change 1- 0.9.0
1+ 0.9.1
Original file line number Diff line number Diff line change 22
33__author__ = "R Max Espinoza"
44__email__ = "hey at rmax.dev"
5- __version__ = "0.9.0 "
5+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments