Skip to content

Commit e4c95c7

Browse files
committed
bump 1.2
1 parent 50326d6 commit e4c95c7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2
2+
---
3+
* changed output layout
4+
15
1.1
26
---
37
* removed dump of django settings and related options (--echo-settings)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.1'
51+
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1'
53+
release = '1.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

pytest_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pprint import pformat
44

55

6-
__version__ = '1.1'
6+
__version__ = '1.2'
77

88

99
class RetrieveException(Exception):

0 commit comments

Comments
 (0)