From 3215cfbc3b88fb204df3ec55542259f93a89a800 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Thu, 29 Aug 2024 16:06:06 +0100 Subject: [PATCH] Release 0.9.0 (#285) * Update changelog * designate as release commit * remove travis-ci badge --- CHANGES.rst | 6 ++++++ README.rst | 3 --- setup.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) 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