Skip to content

Commit

Permalink
Add .gitignore (and bump version to next dev version).
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed Jul 31, 2013
1 parent 764e739 commit d4ce053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
*.pyc
*.pyo
*.sw?
pstore/settings.py
8 changes: 4 additions & 4 deletions CHANGES.md
Expand Up @@ -3,10 +3,12 @@ pstore :: Python Protected Password Store

The list of changes.

????-??-??: 0.96.1dev
---------------------
* Move to github.

2013-07-31: 0.96
-----------------

----------------
* Fix bug with stdin not ending after a single CTRL+D.
* Improve readability of Markdown files.
* Clean up documentation, fix unit tests.
Expand All @@ -16,9 +18,7 @@ The list of changes.
* Take version info from the CHANGES.md.
* Use a single version number all over the project.


2013-04-15: 0.95rc4
-------------------

* There was no changelog.
* vim: set syntax=markdown tw=72:
4 changes: 2 additions & 2 deletions pstorelib/__init__.py
Expand Up @@ -25,5 +25,5 @@
'server')
# http://docs.python.org/2/tutorial/modules.html#importing-from-a-package

VERSION = (0, 96)
VERSION_STRING = '0.96'
VERSION = (0, 96, 1, 'dev')
VERSION_STRING = '0.96.1dev'

0 comments on commit d4ce053

Please sign in to comment.