Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Holvey committed Aug 2, 2022
1 parent fb2e48b commit b6dad41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tastopo
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ except ModuleNotFoundError:
import tastopo


__version__ = '1.1.0'
__version__ = '1.1.1'


if __name__ == '__main__':
Expand Down

0 comments on commit b6dad41

Please sign in to comment.