Skip to content

Commit 301c5fc

Browse files
committed
Version 1.6.0-dev
gitchart is now following Semantic Versioning (https://semver.org/).
1 parent fd2c4f2 commit 301c5fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitchart ChangeLog
22

3-
## Version 1.6 (under dev)
3+
## Version 1.6.0 (under dev)
44

55
- Convert README and ChangeLog to markdown.
66

gitchart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
import pygal
5353

54-
VERSION = '1.6-dev'
54+
VERSION = '1.6.0-dev'
5555

5656
ISSUES_REGEX_DEFAULT = re.compile(
5757
r'(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setup(
4545
name='gitchart',
46-
version='1.6-dev',
46+
version='1.6.0-dev',
4747
description=DESCRIPTION,
4848
long_description=readme,
4949
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)