Skip to content

Commit

Permalink
Merge pull request #32 from OnroerendErfgoed/update_pairtree
Browse files Browse the repository at this point in the history
Update pairtree
  • Loading branch information
cecemel authored Oct 26, 2017
2 parents d36c3b5 + aea5b41 commit 2f69e3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.1 (26-10-2017)
------------------

- pairtree update to 0.8.1

0.4.0 (24-10-2017)
------------------

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pyramid==1.8
pyramid_rewrite==0.2

# pairtree
git+https://github.com/benosteen/pairtree.git@56a5ffdf258c30a3ce210868a2ea1258d779509e#egg=pairtree
#pairtree==0.7.1-T
ez_setup==0.9
pairtree==0.8.1
python-magic==0.4.13

venusian==1.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@

requires = [
'pyramid',
'pairtree',
'ez_setup==0.9',
'pairtree==0.8.1',
'python-magic',
'pyramid_rewrite'
]

setup(name='augeias',
version='0.4.0',
version='0.4.1',
description='Augeias. Stores your files.',
long_description=README + '\n\n' + HISTORY,
classifiers=[
Expand Down

0 comments on commit 2f69e3d

Please sign in to comment.