From 9f26c6450c1498aa77806cc77f7f88db9a1b85dd Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 11 Aug 2014 16:41:48 +0200 Subject: [PATCH] Version 0.2.3 --- CHANGELOG.rst | 12 ++++++++++++ vdirsyncer/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3431d8..3bbb8d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,18 @@ Changelog This changelog only contains information that might be useful to end users and package maintainers. For further info, see the git commit log. +Version 0.2.3 +============= + +*released on 11 August 2014* + +- Vdirsyncer now has a ``--version`` flag, see issue `#92`_. + +- Fix a lot of bugs related to special characters in URLs, see issue `#49`_. + +.. _`#92`: https://github.com/untitaker/vdirsyncer/issues/92 +.. _`#49`: https://github.com/untitaker/vdirsyncer/issues/49 + Version 0.2.2 ============= diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 73a5dc1..8224e7e 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -9,4 +9,4 @@ :copyright: (c) 2014 Markus Unterwaditzer & contributors :license: MIT, see LICENSE for more details. ''' -__version__ = '0.2.2' +__version__ = '0.2.3'