From 2647c8534b4ea398c073bc8f596c87d2a1be2dce Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt Date: Tue, 3 Aug 2021 20:42:34 +0200 Subject: [PATCH] Release 0.1.0 --- .bumpversion.cfg | 2 +- VERSION | 2 +- debian/changelog | 6 ++++++ userausfall/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1804b75..9e6a2ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 [bumpversion:file:VERSION] diff --git a/VERSION b/VERSION index 8acdd82..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.1.0 diff --git a/debian/changelog b/debian/changelog index 4f539d6..77c3c9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userausfall (0.1.0-1) unstable; urgency=medium + + * New upstream release + + -- Konrad Mohrfeldt Tue, 03 Aug 2021 20:42:34 +0200 + userausfall (0.0.1-1) unstable; urgency=medium * Initial release. diff --git a/userausfall/__init__.py b/userausfall/__init__.py index 06c2198..8257966 100644 --- a/userausfall/__init__.py +++ b/userausfall/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.1" +__version__ = "0.1.0" default_app_config = 'userausfall.apps.UserausfallConfig'