mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Release 1.1.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user