We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1301486 commit f2b9c14Copy full SHA for f2b9c14
3 files changed
cqlengine/__init__.py
@@ -3,5 +3,5 @@
3
from cqlengine.models import Model
4
from cqlengine.query import BatchQuery
5
6
-__version__ = '0.2'
+__version__ = '0.3'
7
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.2'
+version = '0.3'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.2'
+release = '0.3'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
#python setup.py register
#python setup.py sdist upload
8
9
long_desc = """
10
cqlengine is a Cassandra CQL Object Mapper for Python in the style of the Django orm and mongoengine
0 commit comments