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 1
1
[bumpversion]
2
- current_version = 0.9.0
2
+ current_version = 0.9.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?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:
15
15
use_pypi_deployment_with_travis: n
16
16
use_pytest: y
17
17
use_requiresio: y
18
- version: 0.9.0
18
+ version: 0.9.1
19
19
year: 2011-2022
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ __pycache__/
8
8
9
9
# Distribution / packaging
10
10
.Python
11
- .venv /
11
+ .venv
12
12
env /
13
13
build /
14
14
develop-eggs /
Original file line number Diff line number Diff line change 4
4
5
5
.. bumpversion marker
6
6
7
+ 0.9.1 (2024-07-06)
8
+ ------------------
9
+ * Fixed docs build.
10
+
7
11
0.9.0 (2024-07-06)
8
12
------------------
9
13
* 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 2
2
3
3
__author__ = "R Max Espinoza"
4
4
__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