1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

version 2.0

This commit is contained in:
Hans-Christoph Steiner 2021-02-01 22:41:31 +01:00
parent 65ef6f33e3
commit fa186c40c4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## [2.0] - 2020-01-31
For a more complete overview, see the [2.0
milestone](https://gitlab.com/fdroid/fdroidserver/-/milestones/10)

View File

@ -53,7 +53,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='fdroidserver',
version='2.0b1',
version='2.0',
description='F-Droid Server Tools',
long_description=long_description,
long_description_content_type='text/markdown',