Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Aug 9, 2022
1 parent 7c022ce commit dc90f77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 1.0.0
commit = True
tag = True
message = Release {new_version}
Expand All @@ -14,4 +14,3 @@ replace =

{new_version} ({now:%Y-%m-%d})
~~~~~~~~~~~~~~~~~~~

3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

1.0.0 (2022-08-09)
~~~~~~~~~~~~~~~~~~~

- Fixes DST related issues in ``get_date_range``, ``dtrange`` and ``weekrange``

With this change these functions now accept additional arguments
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__ = '0.3.0'
__version__ = '1.0.0'

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

0 comments on commit dc90f77

Please sign in to comment.