Skip to content

Commit

Permalink
Back to development: 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Aug 4, 2017
1 parent a27dec7 commit 8e44d24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog for Pyclarity-Lims
============================

0.5 (unreleased)
----------------

- Nothing changed yet.


0.4.1 (2017-08-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements_txt = join(abspath(dirname(__file__)), 'requirements.txt')
requirements = [l.strip() for l in open(requirements_txt) if l and not l.startswith('#')]

version = '0.4.1'
version = '0.5.dev0'


setup(name='pyclarity_lims',
Expand Down

0 comments on commit 8e44d24

Please sign in to comment.