diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-11-23 17:59:06 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2017-11-23 17:59:06 +0100 |
commit | 7828a1833b06a169f5283f66ba9d54d060a96a11 (patch) | |
tree | a6083d2112617d77857069f6d28717f7b6c44563 | |
parent | f65f90bf3cee783d3e9f4e980a3aabc1db213d92 (diff) | |
download | searxng-0.13.1.tar.gz searxng-0.13.1.zip |
[enh] version 0.13.1v0.13.1
-rw-r--r-- | CHANGELOG.rst | 11 | ||||
-rw-r--r-- | searx/version.py | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e085d14f..009c7dd5b 100644 --- a/CHANGELOG.rst +++ b/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 ================= diff --git a/searx/version.py b/searx/version.py index a2e574a33..5414033d9 100644 --- a/searx/version.py +++ b/searx/version.py @@ -19,7 +19,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. # version of searx VERSION_MAJOR = 0 VERSION_MINOR = 13 -VERSION_BUILD = 0 +VERSION_BUILD = 1 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, VERSION_MINOR, |