1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-03-22 00:00:48 +01:00

Actual 1.2.0 version

This commit is contained in:
2026-02-11 16:24:39 +01:00
parent 95ae71c567
commit 60ec555c0f
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ necessary packages:
.. code-block:: bash .. code-block:: bash
git clone https://github.com/aquatix/digimarks.git git clone https://codeberg.org/diginaut/digimarks.git
cd digimarks cd digimarks
mkvirtualenv digimarks # or whatever project you are working on mkvirtualenv digimarks # or whatever project you are working on
pip install -r requirements.txt pip install -r requirements.txt
@@ -90,7 +90,7 @@ Attributions
'M' favicon by `Freepik`_. 'M' favicon by `Freepik`_.
.. _digimarks: https://github.com/aquatix/digimarks .. _digimarks: https://codeberg.org/diginaut/digimarks
.. _webhook: https://en.wikipedia.org/wiki/Webhook .. _webhook: https://en.wikipedia.org/wiki/Webhook
.. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg .. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg
:target: https://pypi.python.org/pypi/digimarks/ :target: https://pypi.python.org/pypi/digimarks/

View File

@@ -26,11 +26,11 @@ setup(
# third part for minor release # third part for minor release
# second when api changes # second when api changes
# first when it becomes stable someday # first when it becomes stable someday
version='1.1.99', version='1.2.0',
author='Michiel Scholten', author='Michiel Scholten',
author_email='michiel@diginaut.net', author_email='michiel@diginaut.net',
url='https://github.com/aquatix/digimarks', url='https://codeberg.org/diginaut/digimarks',
license='Apache', license='Apache',
# as a practice no need to hard code version unless you know program wont # as a practice no need to hard code version unless you know program wont