Skip to content

Commit

Permalink
update release notes in docs for 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wpercy committed Jun 29, 2017
1 parent e1fecee commit bffb99c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,28 @@ <h4>
<h1>
<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>

<h3>
<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>

<p><strong>vobject 0.9.5</strong> released (<a href="https://github.com/eventable/vobject/releases/tag/0.9.5">view</a>).</p>

<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>

<h5>
<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>

<ul>
<li> Make ics_diff.py work with Python 3</li>
<li> Huge changes to text encoding for Python 2/3 compatibility</li>
<li> Autogenerate DTSTAMP if not provided</li>
<li> Fix getrruleset() for Python 3 and in the case that addRDate=True</li>
<li> Update vCard property validation to match specifications</li>
<li> Handle offset-naive and offset-aware datetimes in recurrence rules</li>
<li> Improved documentation for multi-value properties</li>
</ul>

<hr>

<h3>
<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>

Expand Down

0 comments on commit bffb99c

Please sign in to comment.