Skip to content

Commit

Permalink
Prepare release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Oct 23, 2024
1 parent f5cf5d0 commit 8120912
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Luis Glaser, Stephan Zwicknagl
Copyright (c) 2024 Luis Glaser, Stephan Zwicknagl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion backend/LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Luis Glaser, Stephan Zwicknagl
Copyright (c) 2024 Luis Glaser, Stephan Zwicknagl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = viasp-backend
version = 2.0.0.pre1
version = 2.0.0rc1
author = Luis Glaser
author_email = Luis.Glaser@uni-potsdam.de
description = The backend for the viasp package.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'viASP'
copyright = '2023, Stephan Zwicknagl, Luis Glaser'
copyright = '2024, Stephan Zwicknagl, Luis Glaser'
author = 'Stephan Zwicknagl, Luis Glaser'

# -- Path setup --------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/viasp/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The relaxation mode transforms all integrity constraints of the input program in
.. code-block:: bash
$ viasp unsat-example.lp
viasp version 2.0.0.pre1
viasp version 2.0.0.rc1
Reading from unsat-example.lp
Starting backend at http://localhost:5050
Expand Down Expand Up @@ -200,7 +200,7 @@ When solving the relaxed program, the atom ``unsat(r1, (X,))`` will be derived,
.. code-block:: bash
$ viasp unsat-example.lp --relax
viasp version 2.0.0.pre1
viasp version 2.0.0.rc1
Reading from unsat-example.lp
UNSAT
[INFO] Set models.
Expand Down
2 changes: 1 addition & 1 deletion frontend/LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Luis Glaser, Stephan Zwicknagl
Copyright (c) 2024 Luis Glaser, Stephan Zwicknagl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viasp_dash",
"version": "2.0.0.pre1",
"version": "2.0.0rc1",
"description": "The dash frontend for the viasp package.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/viasp_dash/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viasp_dash",
"version": "2.0.0.pre1",
"version": "2.0.0rc1",
"description": "The dash frontend for the viasp package.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = viasp
version = 2.0.0.pre1
version = 2.0.0rc1
author = Luis Glaser
author_email = Luis.Glaser@uni-potsdam.de
description = a visualization tool for clingo.
Expand All @@ -15,8 +15,8 @@ classifiers =
[options]
python_requires = >=3.8
install_requires =
viasp-backend>=2.0.0
viasp-dash>=2.0.0
viasp-backend==2.0.0rc1
viasp-dash==2.0.0rc1
packages = find:
package_dir =
=.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
EMAIL = 'Luis.Glaser@uni-potsdam.de'
AUTHOR = 'Luis Glaser'
REQUIRES_PYTHON = '>=3.8.0'
VERSION = '2.0.0.pre1'
VERSION = '2.0.0rc1'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 8120912

Please sign in to comment.