Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed Oct 4, 2016
1 parent 84fc599 commit b339152
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.5.1 (04-10-2016)
------------------

This minor release fixes a bug with the tree browser. Before it wasn't possible
to zoom and pan the tree. With certain larger trees this would cause issues as
content would run off the page.


0.5.0 (14-09-2016)
------------------

Expand Down
2 changes: 1 addition & 1 deletion atramhasis/static/admin/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atradmin",
"version": "0.5.0",
"version": "0.5.1",
"authors": [
"Flanders Heritage Agency <ict@onroerenderfgoed.be>"
],
Expand Down
2 changes: 1 addition & 1 deletion atramhasis/static/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atramhasis",
"version": "0.5.0",
"version": "0.5.1",
"private": "true",
"dependencies": {
"foundation": "~5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.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 @@ -115,7 +115,7 @@ def run(self):
]

setup(name='atramhasis',
version='0.5.0',
version='0.5.1',
description='A web based editor for thesauri adhering to the SKOS specification.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit b339152

Please sign in to comment.