Skip to content

Commit

Permalink
REL: set version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 8, 2013
1 parent 0c4f54e commit 4b569ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
RELEASE = 'doc/release/0.12.0-notes.rst'

# Start/end of the log (from git)
LOG_START = 'v0.11.0'
LOG_END = 'v0.12.0'
LOG_START = 'v0.12.0'
LOG_END = 'v0.12.1'


#-------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ paver dmg -p 2.7 # 32/64-bit version

paver bdist_superpack -p 2.7
paver bdist_superpack -p 2.6
paver bdist_superpack -p 3.1
paver bdist_superpack -p 3.2


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
MAJOR = 0
MINOR = 12
MICRO = 1
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 4b569ae

Please sign in to comment.