Skip to content

Commit 0cd9435

Browse files
committed
Merge branch 'release/0.6' into develop
2 parents cdbeb06 + e1fc841 commit 0cd9435

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)