[enh] release v1.0.0

This commit is contained in:
Adam Tauber 2021-03-27 20:30:08 +01:00
parent defcaec544
commit ae122ea943
2 changed files with 158 additions and 5 deletions

View file

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