Browse Source

[enh] version 0.13.1

Adam Tauber 7 years ago
parent
commit
7828a1833b
2 changed files with 12 additions and 1 deletions
  1. 11 0
      CHANGELOG.rst
  2. 1 1
      searx/version.py

+ 11 - 0
CHANGELOG.rst

@@ -1,3 +1,14 @@
+0.13.1 2017.11.23
+=================
+
+- Bug fixes
+
+  - https://github.com/asciimoo/searx/issues/1088
+  - https://github.com/asciimoo/searx/issues/1089
+
+- Dependency updates
+
+
 0.13.0 2017.11.21
 0.13.0 2017.11.21
 =================
 =================
 
 

+ 1 - 1
searx/version.py

@@ -19,7 +19,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
 # version of searx
 # version of searx
 VERSION_MAJOR = 0
 VERSION_MAJOR = 0
 VERSION_MINOR = 13
 VERSION_MINOR = 13
-VERSION_BUILD = 0
+VERSION_BUILD = 1
 
 
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
                                       VERSION_MINOR,
                                       VERSION_MINOR,