Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
gvx committed Jan 13, 2021
1 parent 2e85b28 commit 8c2237b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ Python 3.7+.
Changelog
---------

0.1.0
=====

* Add ``wurm.Table.query()`` and ``wurm.Query``.
* Remove ``wurm.Table[rowid]`` getter and deleter.
* Add documentation for the public interface.

0.0.2
=====

Expand Down
2 changes: 1 addition & 1 deletion wurm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.2'
__version__ = '0.1.0'

from .typemaps import register_type, Unique
from .tables import Table, setup_connection
Expand Down

0 comments on commit 8c2237b

Please sign in to comment.