14
0

- update to 1.20.0:

* Updated `Version.bump()` to add a `smart` argument,
    which only bumps when `distance != 0`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dunamai?expand=0&rev=5
This commit is contained in:
2024-04-20 14:08:21 +00:00
committed by Git OBS Bridge
parent 3677551723
commit f16788e7d4
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 20 14:07:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.20.0:
* Updated `Version.bump()` to add a `smart` argument,
which only bumps when `distance != 0`.
-------------------------------------------------------------------
Sat Feb 17 01:51:54 UTC 2024 - Richard Rahl <rrahl0@proton.me>