Skip to content

Commit

Permalink
updated PaPI Version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBerlin committed Mar 9, 2016
1 parent 6065537 commit df2ddc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

v.1.4-dev:
v.1.4:
----------
- **feature**: Plot now supports different line width styles.
- **feature**: PaPI Main GUI now supports a fullscreen mode including toolbar toggling and run mode.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PaPI v. 1.4-dev
PaPI v. 1.4
===============

Plugin based Process Interaction
Expand Down
4 changes: 2 additions & 2 deletions papi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@

now = datetime.datetime.now()

PAPI_DEV_EDITION = True
PAPI_DEV_EDITION = False

# CORE CONSTANTS
CORE_PROCESS_CONSOLE_IDENTIFIER = 'Core Process: '
CORE_CONSOLE_LOG_LEVEL = 1
DCORE_CONSOLE_LOG_LEVEL = 2

CORE_PAPI_VERSION = 'v.1.4-dev' # no spaces allowed
CORE_PAPI_VERSION = 'v.1.4' # no spaces allowed
CORE_CORE_VERSION = CORE_PAPI_VERSION # no spaces allowed
CORE_PAPI_CONSOLE_START_MESSAGE = 'PaPI - Plugin based Process Interaction' + ' Version: ' + CORE_PAPI_VERSION
CORE_CORE_CONSOLE_START_MESSAGE = 'PaPI Core Modul ' + CORE_CORE_VERSION + ' started'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PaPI',
version='1.3',
version='1.4',
packages=['papi'],
url='https://github.com/TUB-Control/PaPI',
license='GPL v3',
Expand Down

0 comments on commit df2ddc4

Please sign in to comment.