]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Version bump for convert binary fix 0.3.1
authorDaniel Quinn <code@danielquinn.org>
Sun, 1 Jan 2017 22:46:29 +0000 (22:46 +0000)
committerDaniel Quinn <code@danielquinn.org>
Sun, 1 Jan 2017 22:46:29 +0000 (22:46 +0000)
docs/changelog.rst
src/paperless/version.py

index 5d6ce7158995fe2526ba4c0122e68f9e726219fc..fe5d5c31480dcd670ee718960a42243df4fc83b7 100644 (file)
@@ -1,6 +1,9 @@
 Changelog
 #########
 
+* 0.3.1
+  * Added a default value for ``CONVERT_BINARY``
+
 * 0.3.0
   * Updated to using django-filter 1.x
   * Added some system checks so new users aren't confused by misconfigurations.
index 286c2e5a8cf2e1972cb36fdb57cd43de072d2f4e..e28fcec5c9700d031b01fb66e8f033a63a6a3a69 100644 (file)
@@ -1 +1 @@
-__version__ = (0, 3, 0)
+__version__ = (0, 3, 1)