14
0

Accepting request 688668 from home:pgajdos

- version update to 0.12.0
  * Allow force_commits=True for getting all keys as lists (#204)
  * README.md: fix useless uses of cat (#200)
  * Add FreeBSD install instructions (#199)
  * Fix and simplify travis config (#192)
  * Add support for Python 3.7 (#189)
  * Drop support for EOL Python (#191)
  * Use Markdown long_description on PyPI (#190)
  * correct spelling mistake (#165)
  * correctly unparse booleans (#180)
  * Updates README.md with svg badge

OBS-URL: https://build.opensuse.org/request/show/688668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-26 11:21:54 +00:00
committed by Git OBS Bridge
parent 514531bcb6
commit 5fe127c16b
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 26 11:02:52 UTC 2019 - pgajdos@suse.com
- version update to 0.12.0
* Allow force_commits=True for getting all keys as lists (#204)
* README.md: fix useless uses of cat (#200)
* Add FreeBSD install instructions (#199)
* Fix and simplify travis config (#192)
* Add support for Python 3.7 (#189)
* Drop support for EOL Python (#191)
* Use Markdown long_description on PyPI (#190)
* correct spelling mistake (#165)
* correctly unparse booleans (#180)
* Updates README.md with svg badge
-------------------------------------------------------------------
Tue Dec 4 12:56:17 UTC 2018 - Matej Cepl <mcepl@suse.com>