summaryrefslogtreecommitdiff
path: root/searx/version.py
AgeCommit message (Collapse)Author
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-08-31[pylint] Pylint 2.10 - unspecified-encodingMarkus Heiser
Pylint 2.10 added new default checks [1]: unspecified-encoding: Emitted when open() is called without specifying an encoding [2] [1] https://pylint.pycqa.org/en/latest/whatsnew/2.10.html [2] https://github.com/PyCQA/pylint/issues/3826 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-07-30version based on the git repositoryAlexandre Flament
This commit remove the need to update the brand for GIT_URL and GIT_BRANCH: there are read from the git repository. It is possible to call python -m searx.version freeze to freeze the current version. Useful when the code is installed outside git (distro package, docker, etc...)
2021-03-27[enh] release v1.0.0Adam Tauber
2020-12-14prepare release 0.18.0Alexandre Flament
2020-07-09[enh] release v0.17.0Adam Tauber
2020-01-30[enh] version v0.16.0Adam Tauber
2019-01-06update changelog and version.pyNoémi Ványi
2018-02-19[enh] version 0.14.0Adam Tauber
2017-11-23[enh] version 0.13.1Adam Tauber
2017-11-21[enh] version 0.13.0Adam Tauber
2017-06-04[enh] version 0.12.0Adam Tauber
2017-01-10[enh] 0.11.0 version bumpAdam Tauber
2016-09-06[enh] version 0.10.0Adam Tauber
closes #659
2016-05-24[enh] version 0.9.0 - #529Adam Tauber
2015-12-22[enh] version 0.8.1Adam Tauber
2015-09-08[enh] v0.8.0Adam Tauber
2015-02-03[enh] v0.7.0Adam Tauber
2014-12-25[enh] v0.6.0Adam Tauber
2014-12-08[enh] v0.5.0Adam Tauber
2014-12-02[fix] version.py pep8 and py3 compatibilityAdam Tauber
2014-11-18[enh] make version of searx readableThomas Pointhuber