From 48bba4a6672f11823569bfd69b1d16113a0a6375 Mon Sep 17 00:00:00 2001 From: Maciej Lach Date: Wed, 25 Nov 2015 12:36:17 +0100 Subject: [PATCH] Version and changelog update --- CHANGELOG.txt | 2 +- conda.recipe/meta.yaml | 2 +- qpython/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b482639..9dc7877 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------ - qPython 1.1.0 [2015.xx.xx] + qPython 1.1.0 [2015.11.25] ------------------------------------------------------------------------------ - Compatibility with Python 2.7, 3.3, and 3.4 diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 52deb7b..adf1866 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: qpython - version: "1.1.0b3" + version: "1.1.0" build: number: 1 diff --git a/qpython/__init__.py b/qpython/__init__.py index f945548..3abaebc 100644 --- a/qpython/__init__.py +++ b/qpython/__init__.py @@ -17,7 +17,7 @@ __all__ = ['qconnection', 'qtype', 'qtemporal', 'qcollection'] -__version__ = '1.1.0b3' +__version__ = '1.1.0'