summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-14 11:41:08 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-14 11:41:08 -0800
commitf61a9788003d091cd38d38326ad1ca7969dcf712 (patch)
tree1b5887120ace04463cf14b4fe9afe856f51a7903
parentbe9d89c2c72b77162a74cf017b533a8dd0c36a52 (diff)
Releasing version 0.4.3v0.4.3
-rw-r--r--TODO10
-rw-r--r--pgcli/__init__.py2
2 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index b167e82c..ea925b26 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,11 @@
+# vi: ft=vimwiki
+* [ ] Automate the release procedure.
+* [ ] Improve the smart completion for Insert statement.
+* [ ] Improve the smart completion for Update statement.
+* [ ] Implement \?.
+* [ ] Enable multi-line mode via a keybinding.
+* [ ] Show/hide docs for a statement using a keybinding.
* [ ] Meta-enter to end the line not just semi-colon.
-* [ ] Column list for INSERT INTO would be nice.
* [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug.
* [ ] Check why Indexes have a invalid at the end when \d is called on them.
* [ ] Add some tests. Sanity, Unit, Completion, Config.
@@ -9,8 +15,6 @@
* [ ] Add logging.
* [ ] Setup the pgcli.com website.
* [ ] Add a new trigger for M-/ that does dumb completion.
-* [ ] Improve the smart completion for Insert statement.
-* [ ] Improve the smart completion for Update statement.
* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Refactor the execution and output into a separate class.
diff --git a/pgcli/__init__.py b/pgcli/__init__.py
index a9873473..908c0bb7 100644
--- a/pgcli/__init__.py
+++ b/pgcli/__init__.py
@@ -1 +1 @@
-__version__ = '0.4.2'
+__version__ = '0.4.3'