Skip to content

Commit

Permalink
Merge branch 'release/0.6.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 18, 2011
2 parents 6c3860c + 7036e51 commit b6c7d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compressor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 6, 2, "f", 0) # following PEP 386
VERSION = (0, 6, 3, "f", 0) # following PEP 386
DEV_N = None


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 = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b6c7d40

Please sign in to comment.