17
0

- update to 2.6.0:

* Deploy docs to Read the Docs (#148) @hugovk
  * Build API reference docs from docstrings using MKDocs (#147) @hugovk
  * Function to represent timedeltas without losing precision (precisedelta) (#137) @eldipa
  * Improve default locale path discovering. (#146) @mondeja
  * Added Ukrainian language to list in README.md (#141) @tuxlabore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=16
This commit is contained in:
2020-09-28 11:52:32 +00:00
committed by Git OBS Bridge
parent e39831ded6
commit 62b465cefb
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.6.0:
* Deploy docs to Read the Docs (#148) @hugovk
* Build API reference docs from docstrings using MKDocs (#147) @hugovk
* Function to represent timedeltas without losing precision (precisedelta) (#137) @eldipa
* Improve default locale path discovering. (#146) @mondeja
* Added Ukrainian language to list in README.md (#141) @tuxlabore
-------------------------------------------------------------------
Thu Jun 4 06:42:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>