Skip to content

Commit 1b803ba

Browse files
committed
prepare 1.2.1 release
1 parent 2dc7eb3 commit 1b803ba

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

CHANGES.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,79 +13,66 @@ Changelog
1313

1414
- Make pylibmc an optional dependency, available as an extra (jaraco)
1515

16-
1716
1.1.15
1817
------
1918

2019
- Fixed hang with updated netcat-openbsd>=1.130.3 (joepvandijken)
2120

22-
2321
1.1.14
2422
------
2523

2624
- Use a different strategy to determine whether xvfb supports (youtux )
2725

28-
2926
1.1.12
3027
------
3128

3229
- use realpath for mysql base dir (bubenkoff)
3330

34-
3531
1.1.11
3632
------
3733

3834
- exclude locked displays for xvfb (bubenkoff)
3935

40-
4136
1.1.7
4237
-----
4338

4439
- django settings fix (olegpidsadnyi)
4540

46-
4741
1.1.3
4842
-----
4943

5044
- django 1.8 support (bubenkoff)
5145

52-
5346
1.1.2
5447
-----
5548

5649
- old django support fix (olegpidsadnyi)
5750

58-
5951
1.1.0
6052
-----
6153

6254
- django 1.7+ support (bubenkoff)
6355

64-
6556
1.0.10
6657
------
6758

6859
- removed auto artifacts cleanup (bubenkoff)
6960

70-
7161
1.0.8
7262
-----
7363

7464
- fixed popen arguments (bubenkoff)
7565

76-
7766
1.0.2
7867
-----
7968

8069
- added port and display getters (bubenkoff)
8170

82-
8371
1.0.1
8472
-----
8573

8674
- Improved documentation (bubenkoff)
8775

88-
8976
1.0.0
9077
-----
9178

pytest_services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""pytest-services package."""
2-
__version__ = '1.2.0'
2+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)