Skip to content

Commit 37e3c92

Browse files
authored
Merge pull request #79 from dreinon/master
Updated version and added new features
2 parents 2b4738f + 7e3844f commit 37e3c92

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

NOTES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
RELEASE NOTES
22

3+
Version 0.7.1
4+
=============
5+
New features:
6+
- applied Black formatting
7+
- Hotfix: temporal debugging log
8+
39
Version 0.7.0
410
=============
511
New features:

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author = "Thomas Paviot"
1717

1818
# The full version, including alpha/beta/rc tags
19-
version = "0.7.0"
19+
version = "0.7.1"
2020
release = version
2121

2222
# -- RTD configuration ------------------------------------------------

processscheduler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License along with
1414
# this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__VERSION__ = "0.7.1-dev"
16+
__VERSION__ = "0.7.1"
1717

1818
try:
1919
from z3 import BoolRef

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="ProcessScheduler",
24-
version="0.7.0",
24+
version="0.7.1",
2525
description=DESCRIPTION,
2626
long_description=open("README.md").read(),
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)