From 60ec555c0fcf3677756364a63c8ad51f4e12dea8 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 11 Feb 2026 16:24:39 +0100 Subject: [PATCH] Actual 1.2.0 version --- README.rst | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 06cf965..26d716a 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ necessary packages: .. code-block:: bash - git clone https://github.com/aquatix/digimarks.git + git clone https://codeberg.org/diginaut/digimarks.git cd digimarks mkvirtualenv digimarks # or whatever project you are working on pip install -r requirements.txt @@ -90,7 +90,7 @@ Attributions 'M' favicon by `Freepik`_. -.. _digimarks: https://github.com/aquatix/digimarks +.. _digimarks: https://codeberg.org/diginaut/digimarks .. _webhook: https://en.wikipedia.org/wiki/Webhook .. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg :target: https://pypi.python.org/pypi/digimarks/ diff --git a/setup.py b/setup.py index 15cfe2a..f743a17 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ setup( # third part for minor release # second when api changes # first when it becomes stable someday - version='1.1.99', + version='1.2.0', author='Michiel Scholten', author_email='michiel@diginaut.net', - url='https://github.com/aquatix/digimarks', + url='https://codeberg.org/diginaut/digimarks', license='Apache', # as a practice no need to hard code version unless you know program wont