Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
REL: set version to 0.11.0b1.
  • Loading branch information
rgommers committed Jun 12, 2012
1 parent 9d8be2c commit 51e3206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -116,7 +116,7 @@


# Start/end of the log (from git) # Start/end of the log (from git)
LOG_START = 'v0.10.0' LOG_START = 'v0.10.0'
LOG_END = 'master' LOG_END = 'v0.11.0b1'




#------------------------------------------------------- #-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -48,8 +48,8 @@
MAJOR = 0 MAJOR = 0
MINOR = 11 MINOR = 11
MICRO = 0 MICRO = 0
ISRELEASED = False ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)




# Return the git revision as a string # Return the git revision as a string
Expand Down

0 comments on commit 51e3206

Please sign in to comment.