17
0

- update to 3.3.0:

* Support Python 3.11
  * Add flag to preserve internal borders when border=False
  * Alignment timing fix (#179) @myheroyuki

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=13
This commit is contained in:
2022-06-04 11:42:26 +00:00
committed by Git OBS Bridge
parent 9072a587e1
commit 8286f3f33b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jun 4 11:42:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.3.0:
* Support Python 3.11
* Add flag to preserve internal borders when border=False
* Alignment timing fix (#179) @myheroyuki
-------------------------------------------------------------------
Wed Mar 30 09:21:10 UTC 2022 - Ben Greiner <code@bnavigator.de>