Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Apr 27, 2022
1 parent cd5a03a commit 971cbf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# History


## 0.4.3 (2022-04-27)

* Add ability to specify the span from lower to upper values in each term for ranges.

## 0.4.0 (2022-04-27)

Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion django_generate_series/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3"
1 change: 0 additions & 1 deletion tests/example/core/tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import datetime
import decimal
import warnings

import pytest
from django.contrib.postgres.fields import DateRangeField, DateTimeRangeField, DecimalRangeField, IntegerRangeField
Expand Down

0 comments on commit 971cbf0

Please sign in to comment.