Skip to content

Commit 1371687

Browse files
0.6.0 release
- Bumped version number to 0.6.0 - Removed unsupported python versions from setup.py - setup.cfg file to support universal python 2 and 3 wheels Full Release details in CHANGELOG.md. Fix: removed unsupported python versions from setup.py
1 parent b154455 commit 1371687

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## v0.6.0dev (work in progress) ##
3+
## v0.6.0 (2015-11-22) ##
44

55
- Python 3 (3.3+) support!
66
- All documentation is now hosted on [http://jorisroovers.github.io/gitlint/]()

gitlint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0dev"
1+
__version__ = "0.6.0"

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ def get_version(package):
4646
"Operating System :: OS Independent",
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 2.7",
49-
"Programming Language :: Python :: 3.0",
50-
"Programming Language :: Python :: 3.1",
51-
"Programming Language :: Python :: 3.2",
5249
"Programming Language :: Python :: 3.3",
5350
"Programming Language :: Python :: 3.4",
5451
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)