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 View File

@@ -1,3 +1,14 @@
1
+0.13.1 2017.11.23
2
+=================
3
+
4
+- Bug fixes
5
+
6
+  - https://github.com/asciimoo/searx/issues/1088
7
+  - https://github.com/asciimoo/searx/issues/1089
8
+
9
+- Dependency updates
10
+
11
+
1 12
 0.13.0 2017.11.21
2 13
 =================
3 14
 

+ 1
- 1
searx/version.py View File

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