Skip to content

Commit

Permalink
Update HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Dec 6, 2013
1 parent 26a931b commit 324d946
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
0.1.1 (28-11-2013)
0.1.2 (2013-12-06)
------------------

* Pinned dependency on skosprovider < 0.3.0
* Pass data to :class:`skosprovider.skos.Concept` using keywords in stead of
positions.

0.1.1 (2013-11-28)
------------------

* Fixed a bug with collection members being passed instead of their ids.
Expand All @@ -9,9 +16,9 @@

* Initial version
* Implementation of a SKOS domain model in SQLAlchemy.
* Implementation of a skosprovider.providers.VocabularyProvider that
* Implementation of a :class:`skosprovider.providers.VocabularyProvider` that
uses this model.
* Can query a hierarchy recursively or using nested sets.
* Utility function to import a skosprovider.providers.VocabularyProvider
* Utility function to import a :class:`skosprovider.providers.VocabularyProvider`
in a database.

0 comments on commit 324d946

Please sign in to comment.