updating changelog and version
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
0.4.6
|
||||||
|
* fixing the way models are compared
|
||||||
|
|
||||||
0.4.5
|
0.4.5
|
||||||
* fixed bug where container columns would not call their child to_python method, this only really affected columns with special to_python logic
|
* fixed bug where container columns would not call their child to_python method, this only really affected columns with special to_python logic
|
||||||
|
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ from cqlengine.functions import *
|
|||||||
from cqlengine.models import Model
|
from cqlengine.models import Model
|
||||||
from cqlengine.query import BatchQuery
|
from cqlengine.query import BatchQuery
|
||||||
|
|
||||||
__version__ = '0.4.5'
|
__version__ = '0.4.6'
|
||||||
|
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ copyright = u'2012, Blake Eggleston'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4.5'
|
version = '0.4.6'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.4.5'
|
release = '0.4.6'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||||||
#python setup.py register
|
#python setup.py register
|
||||||
#python setup.py sdist upload
|
#python setup.py sdist upload
|
||||||
|
|
||||||
version = '0.4.5'
|
version = '0.4.6'
|
||||||
|
|
||||||
long_desc = """
|
long_desc = """
|
||||||
Cassandra CQL 3 Object Mapper for Python
|
Cassandra CQL 3 Object Mapper for Python
|
||||||
|
|||||||
Reference in New Issue
Block a user