Skip to content

Commit

Permalink
prep for dev (1.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Apr 21, 2014
1 parent a163283 commit 44068e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,10 @@
appdirs Changelog
=================

appdirs 1.4.0
-------------
- ...

appdirs 1.3.0
-------------
- [Unix, issue 16] Conform to XDG standard, instead of breaking it for
Expand Down
2 changes: 1 addition & 1 deletion appdirs.py
Expand Up @@ -13,7 +13,7 @@
# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html
# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

__version_info__ = (1, 3, 0)
__version_info__ = (1, 4, 0)
__version__ = '.'.join(map(str, __version_info__))


Expand Down

0 comments on commit 44068e3

Please sign in to comment.