Skip to content

Commit

Permalink
Update project.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jul 16, 2017
1 parent ba69e11 commit b612df1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.6.1 (2017-07-16)
------------------

- A provider can now receive a dataset keyword containing a dict. If present,
this :class:`dict` needs to have a `uri` attribute.
- Update some requirements.

0.6.0 (2016-08-09)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'Skosprovider'
copyright = u'2012-2016, Koen Van Daele'
copyright = u'2012-2017, Koen Van Daele'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='skosprovider',
version='0.6.0',
version='0.6.1',
description='Abstraction layer for SKOS vocabularies.',
long_description=open('README.rst').read(),
author='Koen Van Daele',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, cover
envlist = py27, py33, py34, py35, py36, cover

[testenv]
commands =
Expand Down

0 comments on commit b612df1

Please sign in to comment.