plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
7fc0a87eb2d0b0b3a44721bc4a5e474a1ecaab40
parent
07a686919ee9b5e799c4122750b2b38497c7e946
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-24 10:18
bump version to 1.2.0

Diffstat

M CHANGELOG.rst 7 +++++++
M plutopluto/__init__.py 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGELOG.rst b/CHANGELOG.rst

@@ -1,3 +1,10 @@
   -1     1 1.2.0 (2915-12-24)
   -1     2 ------------------
   -1     3 
   -1     4 -   Fix python3 support
   -1     5 -   Add ``--version`` flag
   -1     6 
   -1     7 
    1     8 1.1.0
    2     9 -----
    3    10 

diff --git a/plutopluto/__init__.py b/plutopluto/__init__.py

@@ -1,6 +1,6 @@
    1     1 #!/usr/bin/env python
    2     2 
    3    -1 __version__ = '1.1.0'
   -1     3 __version__ = '1.2.0'
    4     4 
    5     5 import sys
    6     6 import os