summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appconf/__init__.py2
-rw-r--r--docs/changelog.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/appconf/__init__.py b/appconf/__init__.py
index 8e1587b..cdc484c 100644
--- a/appconf/__init__.py
+++ b/appconf/__init__.py
@@ -1,3 +1,3 @@
from .base import AppConf # noqa
-__version__ = "1.0.3"
+__version__ = "1.0.4"
diff --git a/docs/changelog.rst b/docs/changelog.rst
index ea12ad9..eccc593 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,8 +1,8 @@
Changelog
=========
-1.0.4 (unreleased)
------------------
+1.0.4 (2020-04-01)
+------------------
* Run tests for Django 2.2 and 3.0 and Python 3.5, 3.6, 3.7 and 3.8