Skip to content

Commit

Permalink
Merge pull request #9 from pysmt/pre-0.2.2
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
marcogario committed Feb 19, 2015
2 parents bcac0e5 + 13c00df commit 458b01a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
Change Log
==========

0.2.2 2015-02-07 -- BDDs
------------------------

Solvers:

* pyCUDD to perform BDD-based reasoning

General:

* Dynamic Walker Function: Dynamic Handlers for new node types can now
be registered through the environment (see
Environment.add_dynamic_walker_function).

0.2.1 2014-11-29 -- SMT-LIB
---------------------------

Solvers:

* Yices 2
* Generic Wrapper: enable usage of any SMT-LIB compatible solver.

General:

* SMT-LIB parsing
* Changed internal representation of FNode
* Multiple performance improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 0 additions & 3 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ will produce a tar.gz file inside the ``dist/`` directory.

For convenience the script *make_distrib.sh* is provided, this builds
both the binary and source distributions within ``dist/``.


.. include:: CHANGES.rst
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Contents:

intro
getting_started
changes
development
api_ref

Expand All @@ -23,4 +24,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PySMT',
version='0.2.2-dev',
version='0.2.2',
author='PySMT Team',
author_email='',
packages=['pysmt', 'pysmt.smtlib', 'pysmt.solvers',
Expand Down

0 comments on commit 458b01a

Please sign in to comment.