Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 6, 2014
1 parent 912aef9 commit fcea0be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,5 +1,5 @@
What's new in bigfloat 0.3.0b2?
===============================
What's new in bigfloat 0.3.0?
=============================

Library
-------
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.rst
Expand Up @@ -8,7 +8,7 @@ Notes on creating a release. These notes apply my own system, currently OS X

1. Create a release branch::

git checkout release/0.3.0b2
git checkout release/0.3.0

2. Update version numbers if necessary. Places that need to be updated
include::
Expand All @@ -27,7 +27,7 @@ Notes on creating a release. These notes apply my own system, currently OS X

4. When satisfied, tag the release::

git tag -a v0.3.0b2
git tag -a v0.3.0

5. Upload the release to PyPI. Register first if necessary::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0b2'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -249,7 +249,7 @@

setup(
name='bigfloat',
version='0.3.0b2',
version='0.3.0',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='Mark Dickinson',
Expand Down

0 comments on commit fcea0be

Please sign in to comment.