Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
havardgulldahl committed Jul 1, 2016
1 parent 5892664 commit 39d4cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.5] - TBA
## [0.5] - 2016-07-02

### Regressions

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
except:
long_desc = ''

package_version = '1'

setup(name='jottalib',
version='%s-%s' % (__version__, package_version),
version=__version__,
license='GPLv3',
description='A library and tools to access the JottaCloud API',
long_description=long_desc,
Expand Down
2 changes: 1 addition & 1 deletion src/jottalib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.5.0rc1'
__version__='0.5.0'

0 comments on commit 39d4cdf

Please sign in to comment.