Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Aug 13, 2024
1 parent f4148fb commit ca2a967
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True
message = Release {new_version}
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: '^(.bumpversion.cfg)$'
Expand All @@ -16,17 +16,17 @@ repos:
additional_dependencies:
- types_requests
- repo: https://github.com/seantis/pre-commit-hooks
rev: v1.0.1
rev: v1.1.0
hooks:
- id: nocheckin
exclude: .pre-commit-config.yaml
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8
files: '^(sedate/.*|tests/.*)\.py$'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.11.1
hooks:
- id: mypy
files: '^sedate/.*\.py$'
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

1.1.1 (2024-08-13)
~~~~~~~~~~~~~~~~~~~

- No changes. For testing new release workflow.
[Daverball]

1.1.0 (2024-06-11)
~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion sedate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .types import TzInfo
from .types import TzInfoOrName

__version__ = '1.1.0'
__version__ = '1.1.1'

mindatetime = pytz.utc.localize(datetime.min)
maxdatetime = pytz.utc.localize(datetime.max)
Expand Down

0 comments on commit ca2a967

Please sign in to comment.