]> git.phdru.name Git - ppu.git/commitdiff
Next version will be 0.4.0
authorOleg Broytman <phd@phdru.name>
Sun, 4 Jun 2017 18:53:01 +0000 (21:53 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 4 Jun 2017 19:17:12 +0000 (22:17 +0300)
docs/news.rst
ppu/__version__.py [new file with mode: 0644]
setup.py

index 00b2412c8fd240e3ecca22888905e94aa8955f28..9d15512c2859ec0d8cb0466b9eff8e12d5b98573 100644 (file)
@@ -1,6 +1,11 @@
 News
 ====
 
+Version 0.4.0 (2017-06-??)
+--------------------------
+
+* Add package 'ppu'.
+
 Version 0.3.2 (2017-05-01)
 --------------------------
 
diff --git a/ppu/__version__.py b/ppu/__version__.py
new file mode 100644 (file)
index 0000000..abeeedb
--- /dev/null
@@ -0,0 +1 @@
+__version__ = '0.4.0'
index 8b5aab78c70b0e9a5871de292f81417c55c1c496..99b5c17ceeaebd3ba97d97fbc57a8e836d8617f4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
     from distutils.core import setup
 
 setup(name='ppu',
-      version='0.3.2',
+      version='0.4.0',
       description='Broytman Portable Python Utilities',
       long_description=open('README.rst', 'rU').read(),
       author='Oleg Broytman',