Skip to content

Commit

Permalink
Getting ready for 0.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbotha committed May 29, 2012
1 parent 9ae0e6f commit c453c69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,3 +1,4 @@
v0.6, 2012-05-29 -- Search string highlighting in text. Bug fixes.
v0.5, 2012-05-28 -- Small fixes to the docs.
v0.4, 2012-05-28 -- Sync bug fix. Undo / redo in note editor.
v0.3, 2012-05-28 -- Added reST->HTML rendering. README.md->.rst.
Expand Down
2 changes: 1 addition & 1 deletion nvpy/nvpy.py
Expand Up @@ -192,7 +192,7 @@ def get_selected_note_key(self):
return None

def get_version(self):
return "0.5"
return "0.6"

def main_loop(self):
self.view.main_loop()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name = "nvpy",
version = "0.5",
version = "0.6",
author = "Charl P. Botha",
author_email = "cpbotha@vxlabs.com",
description = "A cross-platform simplenote-syncing note-taking app inspired by Notational Velocity.",
Expand Down

0 comments on commit c453c69

Please sign in to comment.