Skip to content

Commit

Permalink
Top level documentation fixed for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ha committed Nov 24, 2014
1 parent f031e7b commit 0b24269
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
NEWS
====

Version 0.3.0 - November 2014

* Maitainer changed
* Simple variables and user fields support added
* Tests system changed to nose
* Travis CI support added
* Python 2.6 - 3.4 support added

Version 0.2.5 - Juli 2012

* Alpha version
Expand Down
16 changes: 15 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
EzODF.py
--------

.. image:: https://travis-ci.org/T0ha/ezodf.svg?branch=master
:target: https://travis-ci.org/T0ha/ezodf

Abstract
========
Expand Down Expand Up @@ -33,7 +38,16 @@ Dependencies
declaration (xlmns:prefix="global:namespace:specifier") in the root element.
Declarations for unused prefixes are also possible.

The target platform is CPython 2.7 and CPython 3.3+, work on compability with
* nose <https://nose.readthedocs.org> for testing

For CPython 2.6 compatibility:

* weakrefset <https://pypi.python.org/pypi/weakrefset> for fixing incompatibility with
weakref module before 2.7

* unittest2 <https://pypi.python.org/pypi/unittest2> for asserts like in python 2.7+

The target platform is CPython 2.7 and CPython 3.2+, work on compability with
CPython 2.6 is in progress.

Installation
Expand Down
2 changes: 1 addition & 1 deletion TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Version 0.2.4
* Beta
* basic style management

Version 0.2.5
Version 0.3.0
-------------

* Simple Variables and User Fields handling
Expand Down

0 comments on commit 0b24269

Please sign in to comment.