diff --git a/CHANGES.rst b/CHANGES.rst index f8905f6..8fcd53e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ ``simplesat`` CHANGELOG ======================= +Version 0.9.0 +============== + +* Replace travis CI with Github Actions (#281) +* Run tests for Python 3.11 (#284) + Version 0.8.2 ============== diff --git a/README.rst b/README.rst index 3f18b7b..fa8d3cd 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,6 @@ Prototype for SAT-based dependency handling. This is a work in progress, do not expect any API not to change at this point. -.. image:: https://travis-ci.org/enthought/sat-solver.svg?branch=master - :target: https://travis-ci.org/enthought/sat-solver - Installation ============ diff --git a/setup.py b/setup.py index 89f9826..a72ea54 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 9 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True POST_RELEASE = None