Skip to content

Commit e1fc841

Browse files
committed
Bump version to 0.6
Add changelog. Update .gitignore
1 parent cdbeb06 commit e1fc841

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ nosetests.xml
4343

4444
# Misc
4545
.cache
46+
47+
# PyCharm
48+
.idea/
49+
50+
# pyenv
51+
.python-version

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
0.6
3+
---
4+
- #44 fix deprecation warnings

pytest_ordering/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5'
1+
__version__ = '0.6'

0 commit comments

Comments
 (0)