File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.0
2
+ current_version = 1.1.1
3
3
commit = True
4
4
tag = True
5
5
message = Release {new_version}
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
exclude : ' ^(.bumpversion.cfg)$'
@@ -16,17 +16,17 @@ repos:
16
16
additional_dependencies :
17
17
- types_requests
18
18
- repo : https://github.com/seantis/pre-commit-hooks
19
- rev : v1.0.1
19
+ rev : v1.1.0
20
20
hooks :
21
21
- id : nocheckin
22
22
exclude : .pre-commit-config.yaml
23
23
- repo : https://github.com/PyCQA/flake8
24
- rev : 5.0.4
24
+ rev : 7.1.1
25
25
hooks :
26
26
- id : flake8
27
27
files : ' ^(sedate/.*|tests/.*)\.py$'
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v0.971
29
+ rev : v1.11.1
30
30
hooks :
31
31
- id : mypy
32
32
files : ' ^sedate/.*\.py$'
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 1.1.1 (2024-08-13)
5
+ ~~~~~~~~~~~~~~~~~~~
6
+
7
+ - No changes. For testing new release workflow.
8
+ [Daverball]
9
+
4
10
1.1.0 (2024-06-11)
5
11
~~~~~~~~~~~~~~~~~~~
6
12
Original file line number Diff line number Diff line change 36
36
from .types import TzInfo
37
37
from .types import TzInfoOrName
38
38
39
- __version__ = '1.1.0 '
39
+ __version__ = '1.1.1 '
40
40
41
41
mindatetime = pytz .utc .localize (datetime .min )
42
42
maxdatetime = pytz .utc .localize (datetime .max )
You can’t perform that action at this time.
0 commit comments