Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlach committed Apr 8, 2015
1 parent 916d13b commit 8c60c29
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
------------------------------------------------------------------------------
qPython 1.0 RC2 [2015.10.19]
qPython 1.0.0 [2015.04.08]
------------------------------------------------------------------------------

- Fix: bug during handshake with blank username/password

------------------------------------------------------------------------------
qPython 1.0 RC2 [2015.01.19]
------------------------------------------------------------------------------

- Fix: handling of nested lists of homogeneous length
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: qpython
version: 1.0RC
version: 1.0.0

build:
number: 1
Expand Down
2 changes: 1 addition & 1 deletion qpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__all__ = ['qconnection', 'qtype', 'qtemporal', 'qcollection']


__version__ = '1.0RC2'
__version__ = '1.0.0'

class MetaData(object):
'''Utility class for enriching data structures with meta data, e.g. qtype hint.'''
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(fname):


setup(name = 'qPython',
version = '1.0 RC2',
version = '1.0.0',
description = 'kdb+ interfacing library for Python',
long_description=read('README.rst'),

Expand All @@ -50,9 +50,9 @@ def read(fname):
ext_modules = ext_modules,
include_dirs = [numpy.get_include()],

keywords = ['kdb+'],
keywords = ['kdb+', 'q'],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand Down

0 comments on commit 8c60c29

Please sign in to comment.