Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
0.8.2 -> 0.8.3 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Mar 22, 2012
1 parent 3998b1e commit 2ed7cd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.8.3 - ????-??-??
==================

0.8.2 - 2012-03-22
==================

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 @@
# built documents.
#
# The short X.Y version.
version = '0.8.2'
version = '0.8.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
from setuptools import setup, find_packages

version = '0.8.2'
version = '0.8.3'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
Expand Down

0 comments on commit 2ed7cd1

Please sign in to comment.