include extract_img. Version bump

pull/3/head
Eugen Ciur 2020-07-16 08:33:11 +02:00
parent 14a21dd920
commit 55de275ad5
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# Changelog
## [1.1.0] - work in progress
## [1.2.0] - 16 July 2020
### Added
- shortcuts.extract_img - resizes/converts images jpg, png documents
## [1.1.0] - 25 June 2020
### Added
- utils.try_load_config

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name="mglib",
version="1.1.1",
version="1.2.0",
author="Eugen Ciur",
author_email="eugen@papermerge.com",
url="https://github.com/papermerge/mglib",