Skip to content

Commit 440c920

Browse files
author
Peter Bex
committed
Update version to 1.1.0
1 parent a8a1c0e commit 440c920

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## v1.1.0
4+
5+
* Add support for Django 3.0 (#9, #10)
6+
* Test on multiple Django/Python combinations
7+
38
## v1.0.6
49

510
* Loosen up check for Postgres backend by using a substring search, so

README.rst

-2
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,3 @@ RelativeDeltaField, it automatically calls ``normalized()`` on
105105
``full_clean``. This ensures that the database representation is as
106106
similar to the relativedelta as possible (for instance, fractional
107107
days are always converted to hours).
108-
109-
Currently, Django 3.0 is not supported.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='django-relativedelta',
14-
version='1.0.6',
14+
version='1.1.0',
1515
package_dir={'relativedeltafield':'relativedeltafield'},
1616
packages=find_packages(),
1717
include_package_data=True,

0 commit comments

Comments
 (0)