From ded2d98e020b1d2bbd0f9cdb1f5a81ebca7ad1e9 Mon Sep 17 00:00:00 2001 From: Paolo Patruno Date: Sun, 2 Feb 2020 20:50:21 +0100 Subject: [PATCH] new release for debian new convenction with matainer --- README.release | 10 ++++++++++ autoradio/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.release b/README.release index e466af1..c369624 100644 --- a/README.release +++ b/README.release @@ -9,3 +9,13 @@ tito tag --use-release=4 --use-version=3.3 push to github and start build on COPR: git push --follow-tags origin + + +to release for debian: +python3 setup.py distclean +python3 setup.py sdist + +create a tag as: +debian-autoradio-3.4 + +upload dist/autoradio-3.4.tar.gz diff --git a/autoradio/__init__.py b/autoradio/__init__.py index 2209d1d..0d58919 100644 --- a/autoradio/__init__.py +++ b/autoradio/__init__.py @@ -1 +1 @@ -_version_="3.3" +_version_="3.4"