Skip to content

Commit

Permalink
update changes + versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 15, 2024
1 parent 8bb77e0 commit 0375aa6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12

clingo:
- 5.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.7']
python-version: ['3.10']
include:
- os: 'ubuntu-latest'
generator: 'Ninja'
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## clingo-dl 1.5.0
* add dl-specific heuristic (#71)
* update to clingo 5.7.0

## clingo-dl 1.4.0
* add support for ASPIF parsing
* improve shifting of zero node
Expand Down
6 changes: 3 additions & 3 deletions libclingo-dl/clingo-dl.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
//! Major version number.
#define CLINGODL_VERSION_MAJOR 1
//! Minor version number.
#define CLINGODL_VERSION_MINOR 4
#define CLINGODL_VERSION_MINOR 5
//! Revision number.
#define CLINGODL_VERSION_REVISION 1
#define CLINGODL_VERSION_REVISION 0
//! String representation of version.
#define CLINGODL_VERSION "1.4.1"
#define CLINGODL_VERSION "1.5.0"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion third_party/catch
Submodule catch updated 508 files

0 comments on commit 0375aa6

Please sign in to comment.