]> git.phdru.name Git - sqlconvert.git/commitdiff
Version 0.2.1: Convert README to reST 0.2.1
authorOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 21:45:10 +0000 (00:45 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 21:45:10 +0000 (00:45 +0300)
README.rst [moved from README.txt with 57% similarity]
docs/news.rst
setup.py
sqlconvert/__version__.py

similarity index 57%
rename from README.txt
rename to README.rst
index 5cb1bbf8960900594f1d95f493728607b60ada18..5092e8d9d271cb31f65cb25ff50fdc88f741c78c 100644 (file)
@@ -1,5 +1,9 @@
-Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
+SQL converter.
+
 Author: Oleg Broytman <phd@phdru.name>.
+
+Copyright (C) 2016-2017 PhiloSoft Design.
+
 License: GPL.
 
 sqlconvert is a library to perform SQL conversions. It uses sqlparse to
@@ -13,8 +17,8 @@ The first goal is to implement mysql2sql, a script intended primarily to
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.
 
-Home Page:     http://phdru.name/Software/Python/sqlconvert/
-Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
-Git repo:      http://git.phdru.name/sqlconvert.git/
-GitHub repo:   https://github.com/phdru/sqlconvert
-Issue tracker: https://github.com/phdru/sqlconvert/issues
+Home Page:     http://phdru.name/Software/Python/sqlconvert/
+Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
+Git repo:      http://git.phdru.name/sqlconvert.git/
+GitHub repo:   https://github.com/phdru/sqlconvert
+Issue tracker: https://github.com/phdru/sqlconvert/issues
index ba02e45746179e45fcb6a1d4c1e046048a48af0b..cc1cca06cd23ffec9804bd8be1380131bb2fc62f 100644 (file)
@@ -1,6 +1,11 @@
 News
 ====
 
+Version 0.2.1 (2017-05-01)
+--------------------------
+
+* Convert README to reST.
+
 Version 0.2.0 (2017-04-30)
 --------------------------
 
index a47b42ab7568adae5fa7608116ef7ca66c057707..a73d59682af302af4b7f82de121b970f31ba3afe 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if is_setuptools:
 setup(name='sqlconvert',
       version=__version__,
       description='Broytman sqlconvert',
-      long_description=open('README.txt', 'rU').read(),
+      long_description=open('README.rst', 'rU').read(),
       author='Oleg Broytman',
       author_email='phd@phdru.name',
       url='http://phdru.name/Software/Python/',
index 7fd229a32b5eefeffa54b9c187302d2c03a0a680..fc79d63d5430b972ac6ec1c4bfea9af80922da4d 100644 (file)
@@ -1 +1 @@
-__version__ = '0.2.0'
+__version__ = '0.2.1'