Skip to content

Commit 022be8f

Browse files
committed
Changed readme python badge to 2.7
Had to stay with 2.7 for pygtk so I rolled back the version on the readme badge.
1 parent bb6d2d6 commit 022be8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.pyc
2+
*.spec
3+
build
4+
dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Another text editor.
44

55
Edit some temporary notes (plain text), or Python source code (syntax highlighting). A simple text editor with undo/redo, cut/copy/paste/delete, select all, word wrap, line numbers, folding symbols, and Python syntax highlighting.
66

7-
[![Python 3](https://img.shields.io/badge/Python%20Version-3.6.2-orange.svg?style=flat)](https://www.python.org)
7+
[![Python 2.7](https://img.shields.io/badge/Python%20Version-2.7-orange.svg?style=flat)](https://www.python.org)
88
[![PEP8](https://img.shields.io/badge/Code%20Style-PEP%208-orange.svg?style=flat)](https://www.python.org/dev/peps/pep-0008/)
99
[![Code Climate](https://codeclimate.com/github/nothingworksright/tmpNote/badges/gpa.svg)](https://codeclimate.com/github/nothingworksright/tmpNote)
1010
[![Issue Count](https://codeclimate.com/github/nothingworksright/tmpNote/badges/issue_count.svg)](https://codeclimate.com/github/nothingworksright/tmpNote)

0 commit comments

Comments
 (0)