Bump. 0.4.2
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 2 Oct 2019 09:53:10 +0000 (11:53 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 2 Oct 2019 09:53:10 +0000 (11:53 +0200)
CHANGELOG.md
setup.py

index acbd281..7164adc 100644 (file)
@@ -3,6 +3,11 @@
 This document records all notable changes to fnpdjango.
 
 
+## 0.4.2 (2019-10-02)
+
+- Make textile import optional when loading template tags.
+
+
 ## 0.4.1 (2019-09-27)
 
 - Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise`
index f39adff..c5113fe 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def whole_trees(package_dir, paths):
 
 setup(
     name='fnpdjango',
-    version='0.4.1',
+    version='0.4.2',
     author='Radek Czajka',
     author_email='radekczajka@nowoczesnapolska.org.pl',
     url='',