Skip to content

Commit

Permalink
Update release.py for version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hagberg committed Aug 3, 2013
1 parent cc89658 commit 8bd3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygraphviz/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_svn_revision():

# Declare current release as a development release.
# Change to False before tagging a release; then change back.
dev = True
dev = False

revision = None
if dev:
Expand Down

0 comments on commit 8bd3383

Please sign in to comment.