diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:38:58 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:38:58 +0100 | 
| commit | c209c54eecc7df2e4af8cb5ea39fac04ae7218bf (patch) | |
| tree | f964d77a43804407295979457a55aadb2e0900e2 | |
| parent | 80df519ac361c93bd8de8e02c0cc2d693e82a59a (diff) | |
Prepare release 0.8.0
| -rw-r--r-- | CHANGELOG.rst | 3 | ||||
| -rw-r--r-- | setup.py | 2 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7485d5b..3d29b90 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@  Unreleased  ========== +0.8.0 +===== +  * New collection example: books.  * Fixes to the tellico2lesana script (python 2.9 compatibility).  * New option default_sort for collection, to sort search results by @@ -9,7 +9,7 @@ except IOError:  setup(      name='lesana', -    version='0.7.0', +    version='0.8.0',      packages=find_packages(),      scripts=['scripts/lesana'],      package_data={ | 
