Skip to content

Commit

Permalink
Bump version to 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
AltNico committed Jan 29, 2019
1 parent 216ef68 commit 0f96deb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion repomaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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'
Expand Down

0 comments on commit 0f96deb

Please sign in to comment.