Skip to content

Commit

Permalink
Bumping to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster committed Oct 26, 2014
1 parent 4f58159 commit bc649c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2014-10-26 wooster (in progress)
--------------------------------
2014-10-26 wooster v0.9
-----------------------

Fixes [\#5 ValueError: timestamp out of range for platform time_t](https://bitbucket.org/wooster/biplist/issue/5/valueerror-timestamp-out-of-range-for)

Merged pull request [\#3 removing the `six` module while keeping Python3 compatibility](https://bitbucket.org/wooster/biplist/pull-request/3)

2014-08-17 wooster v0.8
-----------------------

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

author = 'Andrew Wooster'
email = 'andrew@planetaryscale.com'
version = '0.8'
version = '0.9'
desc = 'biplist is a library for reading/writing binary plists.'

setup(
name = 'biplist',
version = version,
url = 'https://bitbucket.org/wooster/biplist',
download_url = 'https://bitbucket.org/wooster/biplist/downloads/biplist-0.8.tar.gz',
download_url = 'https://bitbucket.org/wooster/biplist/downloads/biplist-0.9.tar.gz',
license = 'BSD',
description = desc,
long_description =
Expand All @@ -52,7 +52,7 @@
"Topic :: Text Processing :: Markup",
],
test_suite = 'nose.collector',
install_requires = ['six'],
requires = ['six'],
install_requires = [],
requires = [],
tests_require = ['nose', 'coverage'],
)

0 comments on commit bc649c1

Please sign in to comment.