diff --git a/CHANGELOG.md b/CHANGELOG.md index 04460a4..77dcef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # TasTopo changelog +## v1.1.1 - 3 August 2021 + +- Updated ListMap search API to fix searching for locations by name +- Fixed an error that prevented exporting maps as PDFs +- Fixed a warning about image transparency conversion + ## v1.1.0 - 5 February 2021 - Added `--translate` option to shift map centre relative to chosen location diff --git a/setup.py b/setup.py index 97c589b..842945f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def abs_urls(markdown): setup( name='tastopo', - version='1.1.0-2', + version='1.1.1', description='Generate printable topographic maps for anywhere in Tasmania', long_description=abs_urls(long_description), long_description_content_type='text/markdown', diff --git a/tastopo b/tastopo index 8785f81..57e9324 100644 --- a/tastopo +++ b/tastopo @@ -32,7 +32,7 @@ except ModuleNotFoundError: import tastopo -__version__ = '1.1.0' +__version__ = '1.1.1' if __name__ == '__main__':