File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
3
+ Version 0.7.1
4
+ =============
5
+ New features:
6
+ - applied Black formatting
7
+ - Hotfix: temporal debugging log
8
+
3
9
Version 0.7.0
4
10
=============
5
11
New features:
Original file line number Diff line number Diff line change 16
16
author = "Thomas Paviot"
17
17
18
18
# The full version, including alpha/beta/rc tags
19
- version = "0.7.0 "
19
+ version = "0.7.1 "
20
20
release = version
21
21
22
22
# -- RTD configuration ------------------------------------------------
Original file line number Diff line number Diff line change 13
13
# You should have received a copy of the GNU General Public License along with
14
14
# this program. If not, see <http://www.gnu.org/licenses/>.
15
15
16
- __VERSION__ = "0.7.1-dev "
16
+ __VERSION__ = "0.7.1"
17
17
18
18
try :
19
19
from z3 import BoolRef
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "ProcessScheduler" ,
24
- version = "0.7.0 " ,
24
+ version = "0.7.1 " ,
25
25
description = DESCRIPTION ,
26
26
long_description = open ("README.md" ).read (),
27
27
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments