diff --git a/configure.ac b/configure.ac index 3786346e..a464260d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([stimfit],[0.15.4]) +AC_INIT([stimfit],[0.15.5]) AC_CONFIG_SRCDIR(src/stimfit/gui/main.cpp) AM_INIT_AUTOMAKE([1.11]) AM_SILENT_RULES([yes]) diff --git a/dist/conda/py-stfio-debug/meta.yaml b/dist/conda/py-stfio-debug/meta.yaml index eb405b1e..ce7d2cb4 100644 --- a/dist/conda/py-stfio-debug/meta.yaml +++ b/dist/conda/py-stfio-debug/meta.yaml @@ -1,6 +1,6 @@ package: name: py-stfio-debug - version: "0.15.4" + version: "0.15.5" source: # Since this recipe is part of the git repo, the source is just a local path diff --git a/dist/conda/py-stfio/meta.yaml b/dist/conda/py-stfio/meta.yaml index 9fa4cdd4..ce4f7671 100644 --- a/dist/conda/py-stfio/meta.yaml +++ b/dist/conda/py-stfio/meta.yaml @@ -1,6 +1,6 @@ package: name: py-stfio - version: "0.15.4" + version: "0.15.5" source: # Since this recipe is part of the git repo, the source is just a local path diff --git a/dist/debian/mkdeb.sh b/dist/debian/mkdeb.sh index 59a01690..860bc150 100755 --- a/dist/debian/mkdeb.sh +++ b/dist/debian/mkdeb.sh @@ -1,6 +1,6 @@ #! /bin/bash -VERSION=0.15.4 +VERSION=0.15.5 make dist mkdir -p ../deb/ diff --git a/dist/debian/mkquick.sh b/dist/debian/mkquick.sh index dc59d1f4..7a0097cd 100755 --- a/dist/debian/mkquick.sh +++ b/dist/debian/mkquick.sh @@ -1,6 +1,6 @@ #! /bin/bash -VERSION=0.15.4 +VERSION=0.15.5 make dist mkdir -p ../deb/ diff --git a/dist/macosx/macports/insert_checksums.sh b/dist/macosx/macports/insert_checksums.sh index 4ecb85cb..bd47a5cc 100755 --- a/dist/macosx/macports/insert_checksums.sh +++ b/dist/macosx/macports/insert_checksums.sh @@ -1,6 +1,6 @@ #! /bin/bash -STFVERSION="0.15.4" +STFVERSION="0.15.5" MPDIR=`pwd` if [ "$1" != "" ]; then diff --git a/dist/macosx/package.pmdoc/index.xml b/dist/macosx/package.pmdoc/index.xml index af43de42..f0f5d3bb 100644 --- a/dist/macosx/package.pmdoc/index.xml +++ b/dist/macosx/package.pmdoc/index.xml @@ -1 +1 @@ -stimfit/Users/cs/stimfit-0.15.4.pkgstimfit.org/Users/cs/stimfit/gpl-2.0.txt01stimfit.xmlproperties.systemDomainproperties.titleproperties.anywhereDomainpostinstallActions.actions \ No newline at end of file +stimfit/Users/cs/stimfit-0.15.5.pkgstimfit.org/Users/cs/stimfit/gpl-2.0.txt01stimfit.xmlproperties.systemDomainproperties.titleproperties.anywhereDomainpostinstallActions.actions \ No newline at end of file diff --git a/dist/macosx/scripts/mkimage.sh b/dist/macosx/scripts/mkimage.sh index fc6a9425..4c423e52 100644 --- a/dist/macosx/scripts/mkimage.sh +++ b/dist/macosx/scripts/mkimage.sh @@ -1,3 +1,3 @@ #! /bin/bash -hdiutil create stimfit-0.15.4.dmg -srcfolder ./stimfit.app -ov -format UDBZ +hdiutil create stimfit-0.15.5.dmg -srcfolder ./stimfit.app -ov -format UDBZ diff --git a/dist/macosx/stimfit.plist.in b/dist/macosx/stimfit.plist.in index eb0ad61b..78fb973d 100644 --- a/dist/macosx/stimfit.plist.in +++ b/dist/macosx/stimfit.plist.in @@ -26,13 +26,13 @@ CFBundleSignature ???? CFBundleVersion - 0.15.4 + 0.15.5 CFBundleShortVersionString - 0.15.4 + 0.15.5 CFBundleGetInfoString - stimfit version 0.15.4, (c) 2003-2011 C. Schmidt-Hieber + stimfit version 0.15.5, (c) 2003-2011 C. Schmidt-Hieber CFBundleLongVersionString - 0.15.4, (c) 2003-2011 C. Schmidt-Hieber + 0.15.5, (c) 2003-2011 C. Schmidt-Hieber NSHumanReadableCopyright Copyright 2003-2011 C. Schmidt-Hieber LSRequiresCarbon diff --git a/dist/windows/nsis/installer.nsi b/dist/windows/nsis/installer.nsi index d80a706d..d8636b4f 100755 --- a/dist/windows/nsis/installer.nsi +++ b/dist/windows/nsis/installer.nsi @@ -13,7 +13,7 @@ SetCompressor lzma ;-------------------------------- !include LogicLib.nsh -!define PRODUCT_VERSION "0.15.4" +!define PRODUCT_VERSION "0.15.5" !define WXW_VERSION "3.0.2.0" !define WXW_VERSION_DIR "3.0.2" !define WXW_VERSION_SHORT "30" diff --git a/doc/Doxyfile b/doc/Doxyfile index ca136ad3..4dc78f47 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = Stimfit # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.15.4 +PROJECT_NUMBER = 0.15.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 5dcee2f4..02d550cc 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.15.4' +version = '0.15.5' # The full version, including alpha/beta/rc tags. -release = '0.15.4' +release = '0.15.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 36fd375b..2dbf2426 100644 --- a/setup.py +++ b/setup.py @@ -223,7 +223,7 @@ setup(name='stfio', - version='0.15.4', + version='0.15.5', description='stfio module', include_dirs=system_info.default_include_dirs + [ np.get_include()], diff --git a/stfconf.h b/stfconf.h index a2c01b29..6b1488d0 100644 --- a/stfconf.h +++ b/stfconf.h @@ -5,7 +5,7 @@ #define PACKAGE_NAME "stimfit" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "stimfit 0.15.4" +#define PACKAGE_STRING "stimfit 0.15.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "stimfit" @@ -14,7 +14,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.15.4" +#define PACKAGE_VERSION "0.15.5" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1