1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Release 1.1.0

This commit is contained in:
2017-07-22 22:09:42 +02:00
parent 8ca54bf364
commit abf9141019
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## [1.1.0] - 2017-07-22
### Added ### Added
- Show 404 page if bookmark is not found when editing - Show 404 page if bookmark is not found when editing
- Cache buster to force loading of the latest styling - Cache buster to force loading of the latest styling

View File

@@ -26,7 +26,7 @@ setup(
# third part for minor release # third part for minor release
# second when api changes # second when api changes
# first when it becomes stable someday # first when it becomes stable someday
version='1.0.0', version='1.1.0',
author='Michiel Scholten', author='Michiel Scholten',
author_email='michiel@diginaut.net', author_email='michiel@diginaut.net',