Skip to content

Commit a00899b

Browse files
committed
Removing the rc1 tag.
1 parent 0a98895 commit a00899b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/doc/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555

5656
# General information about the project.
5757
project = 'simex_platform'
58-
copyright = '2015-2017, Carsten Fortmann-Grote'
58+
copyright = '2015-2018, Carsten Fortmann-Grote'
5959

6060
# The version info for the project you're documenting, acts as replacement for
6161
# |version| and |release|, also used in various other places throughout the
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '0.3'
65+
version = '0.4'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.3.4'
67+
release = '0.4.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

Sources/python/SimEx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##########################################################################
22
# #
3-
# Copyright (C) 2015-2017 Carsten Fortmann-Grote #
3+
# Copyright (C) 2015-2018 Carsten Fortmann-Grote #
44
# Contact: Carsten Fortmann-Grote <[email protected]> #
55
# #
66
# This file is part of simex_platform. #

Sources/python/SimEx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.4'
1+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)