Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
  • Loading branch information
kaplun committed Jun 17, 2014
1 parent 0abecc5 commit 58cf2f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
Here you can see the full list of changes between each intbitset
release.

Version 2.1.1
-------------
- PyBytes_FromStringAndSize() fix in Python 2

Version 2.1
-----------
- Adds type checking for &, |, etc. operators. The type of "self" was not checked.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.1.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.1-dev'
release = '2.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='intbitset',
version='2.1.1-dev',
version='2.1.1',
url='http://github.com/inveniosoftware/intbitset/',
license='GPLv2',
author='Invenio collaboration',
Expand Down Expand Up @@ -62,6 +62,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Development Status :: 5 - Production/Stable',
],
test_suite='nose.collector',
tests_require=['nose', 'coverage'],
Expand Down

0 comments on commit 58cf2f0

Please sign in to comment.