Skip to content

Commit ca2a967

Browse files
committed
Release 1.1.1
1 parent f4148fb commit ca2a967

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55
message = Release {new_version}

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: '^(.bumpversion.cfg)$'
@@ -16,17 +16,17 @@ repos:
1616
additional_dependencies:
1717
- types_requests
1818
- repo: https://github.com/seantis/pre-commit-hooks
19-
rev: v1.0.1
19+
rev: v1.1.0
2020
hooks:
2121
- id: nocheckin
2222
exclude: .pre-commit-config.yaml
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 5.0.4
24+
rev: 7.1.1
2525
hooks:
2626
- id: flake8
2727
files: '^(sedate/.*|tests/.*)\.py$'
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v0.971
29+
rev: v1.11.1
3030
hooks:
3131
- id: mypy
3232
files: '^sedate/.*\.py$'

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
1.1.1 (2024-08-13)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
- No changes. For testing new release workflow.
8+
[Daverball]
9+
410
1.1.0 (2024-06-11)
511
~~~~~~~~~~~~~~~~~~~
612

sedate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .types import TzInfo
3737
from .types import TzInfoOrName
3838

39-
__version__ = '1.1.0'
39+
__version__ = '1.1.1'
4040

4141
mindatetime = pytz.utc.localize(datetime.min)
4242
maxdatetime = pytz.utc.localize(datetime.max)

0 commit comments

Comments
 (0)