Bump version to 1.0.0b1

This commit is contained in:
Nico Alt 2019-01-29 19:30:12 +01:00
parent 216ef68d9b
commit 0f96debcdf
No known key found for this signature in database
GPG Key ID: 95A0DAF7DBC7B548
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# Changelog for F-Droid Repomaker
This document lists changes for each version of
[F-Droid Repomaker](https://f-droid.org/repomaker/).
Signed [Git tags](https://gitlab.com/fdroid/repomaker/tags) can be found
in the project's official repository.
The Git tags can be verified with
[the information from F-Droid's documentation](https://f-droid.org/docs/Release_Channels_and_Signing_Keys/).
### 1.0.0b1 (2018-01-29)
* First beta release of 1.0.0. It is intended to be stable, but not
guaranteed.

View File

@ -5,7 +5,7 @@ from django.core.checks import Error, register
from fdroidserver import common
from fdroidserver.exception import FDroidException
VERSION = '0.0.5'
VERSION = '1.0.0b1'
# The name of the default user. Please DO NOT CHANGE
DEFAULT_USER_NAME = 'user'