Skip to content

Commit

Permalink
Improve format of GitHub release tag text
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Dec 15, 2015
1 parent bec24f6 commit c3556c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class extract_messages_doc(BuildDoc):
class upload_and_tag(upload):
def run(self):
import git
message = ''
message = next_release + '\n\n'
with open('CHANGELOG.txt') as cl:
while not cl.readline().startswith('Changes'):
pass
Expand Down
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '15.12.0.dev1339'
_release = '1339'
_commit = 'd2b937f'
__version__ = '15.12.0.dev1340'
_release = '1340'
_commit = 'bec24f6'

0 comments on commit c3556c0

Please sign in to comment.