Skip to content

Commit

Permalink
[Project] Set version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanoGeck committed Feb 15, 2021
1 parent 9cba8ea commit 58ba987
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- **version 0.10.0** on 2021-02-15:
- introduced rudimentary weighting of matching time preferences
- allow easy creation of meeting specification template
- GUI improvements:
- allow to copy/drag meetings and further UI improvements
- allow to create shortcuts
- allow to define position on screen
- extend logging
- support Python 3.6 (backported importlib_resources)
- various code improvements and fixes
- **version 0.9.2** on 2020-12-02: Load configuration before preparation of arguments
- **version 0.9.1** on 2020-12-02: Fix user configuration template
- do not disable language packs
Expand Down
2 changes: 1 addition & 1 deletion src/meety/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from meety.logging import log

PROGRAM = "meety"
VERSION = "0.9.2"
VERSION = "0.10.0"
SUMMARY = f"This is {PROGRAM}, version {VERSION}."
URL = "https://github.com/GaetanoGeck/meety/"

Expand Down

0 comments on commit 58ba987

Please sign in to comment.