Skip to content

Commit

Permalink
Bump version; updated README, CONTRIBUTORS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 7, 2019
1 parent 5ba4d43 commit bd44ff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

+ 0.2.9

* Added non deterministic foreign function support. Contributed by rmanhaeve.

* Fixed issue [#67](https://github.com/yuce/pyswip/pull/67). Contributed by Galileo Sartor.

+ 0.2.8

* Fixed issue [#35](https://github.com/yuce/pyswip/issues/35). Contributed by Robert Simione.
Expand Down Expand Up @@ -85,4 +91,3 @@

* Added `queryGenerator` to PrologRunner, `query` calls `queryGenerator`.
* Added example `send more money`.

2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Robert Simione
dodgyville
Till Hofmann
Robert Simione
rmanhaeve
Galileo Sartor
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


setup(name="pyswip",
version="0.2.8",
version="0.2.9",
url="https://github.com/yuce/pyswip",
download_url="https://github.com/yuce/pyswip/releases",
author="Yuce Tekol",
Expand All @@ -55,4 +55,3 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
)

0 comments on commit bd44ff7

Please sign in to comment.