Skip to content

Commit

Permalink
Prepare 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Mar 18, 2020
1 parent b20342d commit b0cb190
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,40 @@ matrix:
python: 3.5
- env: TOX_ENV=py36-django111
python: 3.6
- env: TOX_ENV=py37-django111
python: 3.7
- env: TOX_ENV=py38-django111
python: 3.8

# - env: TOX_ENV=py35-django20
# python: 3.5
- env: TOX_ENV=py36-django20
python: 3.6
- env: TOX_ENV=py37-django22
python: 3.7
- env: TOX_ENV=py38-django22
python: 3.8

- env: TOX_ENV=py36-django21
python: 3.6
- env: TOX_ENV=py37-django21
python: 3.7
- env: TOX_ENV=py38-django21
python: 3.8

- env: TOX_ENV=py36-django22
python: 3.6
- env: TOX_ENV=py37-django22
python: 3.7
- env: TOX_ENV=py38-django22
python: 3.8

- env: TOX_ENV=py36-django30
python: 3.6
- env: TOX_ENV=py37-django30
python: 3.7
- env: TOX_ENV=py38-django30
python: 3.8

before_install:
- sudo apt-get install -y xvfb libappindicator1 fonts-liberation
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.16.1
------
2020-03-18

- Fix the ``datetime`` is not JSON serializable error.

0.16
----
2020-01-11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.version import LooseVersion
from setuptools import setup, find_packages

version = '0.16'
version = '0.16.1'

# ***************************************************************************
# ************************** Django version *********************************
Expand Down
2 changes: 1 addition & 1 deletion src/fobi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'django-fobi'
__version__ = '0.16'
__version__ = '0.16.1'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2019 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
Expand Down

0 comments on commit b0cb190

Please sign in to comment.