Skip to content

Commit

Permalink
prepare for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Sep 16, 2016
1 parent d206b5c commit 95fddb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pymonetdb.egg-info/
.cache/
.virtualenv/
doc/_build/

.coverage
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.2

- Added the UUID, JSON and Geometry types


# 1.0

- pymonetdb is the official MonetDB Python client now
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

__version__ = '1.0.1'
__version__ = '1.0.2'

setup(name='pymonetdb',
version=__version__,
Expand Down

0 comments on commit 95fddb3

Please sign in to comment.