Skip to content

Commit bffb99c

Browse files
committed
update release notes in docs for 0.9.5
1 parent e1fecee commit bffb99c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,28 @@ <h4>
336336
<h1>
337337
<a id="release-history" class="anchor" href="#release-history" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Release History</h1>
338338

339+
<h3>
340+
<a id="29-june-2017" class="anchor" href="#29-june-2017" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>29 June 2017</h3>
341+
342+
<p><strong>vobject 0.9.5</strong> released (<a href="https://github.com/eventable/vobject/releases/tag/0.9.5">view</a>).</p>
343+
344+
<p>To install, use <code>pip install vobject</code>, or download the archive and untar, run python setup.py install. Tests can be run via python setup.py test. <a href="https://pypi.python.org/pypi/python-dateutil/">dateutil</a> and <a href="https://pypi.python.org/pypi/six">six</a> are required. Python 2.7 or higher is required.</p>
345+
346+
<h5>
347+
<a id="release-notes" class="anchor" href="#release-notes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Release Notes</h5>
348+
349+
<ul>
350+
<li> Make ics_diff.py work with Python 3</li>
351+
<li> Huge changes to text encoding for Python 2/3 compatibility</li>
352+
<li> Autogenerate DTSTAMP if not provided</li>
353+
<li> Fix getrruleset() for Python 3 and in the case that addRDate=True</li>
354+
<li> Update vCard property validation to match specifications</li>
355+
<li> Handle offset-naive and offset-aware datetimes in recurrence rules</li>
356+
<li> Improved documentation for multi-value properties</li>
357+
</ul>
358+
359+
<hr>
360+
339361
<h3>
340362
<a id="22-january-2017" class="anchor" href="#22-january-2017" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>22 January 2017</h3>
341363

0 commit comments

Comments
 (0)