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"