Skip to content

Commit

Permalink
REL: set version to 0.10.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 11, 2011
1 parent 0fbe68c commit 7483939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -101,7 +101,7 @@

# Start/end of the log (from git)
LOG_START = 'v0.9.0'
LOG_END = 'master'
LOG_END = '0.10.x'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
MINOR = 10
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 7483939

Please sign in to comment.